Skip to content

Commit 1b78f20

Browse files
committed
chore(deps): update actions/download-artifact action to v5
1 parent d54a6bc commit 1b78f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119119
with:
120120
persist-credentials: false
121-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
121+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
122122
with:
123123
name: image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
124124
path: internal/image/fixtures/

.github/workflows/prerelease-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
persist-credentials: false
119119
ref: ${{ inputs.commit }}
120-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
120+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
121121
with:
122122
name: image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
123123
path: internal/image/fixtures/

0 commit comments

Comments
 (0)