Skip to content

Commit abe17e2

Browse files
Merge pull request #2657 from containers/dependabot/github_actions/actions/download-artifact-5.0.0
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents 40ab88e + ac2e8d9 commit abe17e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
/tmp/conmon-test-images
286286
key: ${{ runner.os }}-cargo-test-files-${{ hashFiles('pkg/client/files_test.go') }}
287287
- run: rm -rf target/x86_64-unknown-linux-gnu/release/conmonrs
288-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
288+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
289289
with:
290290
name: conmonrs
291291
path: target/x86_64-unknown-linux-gnu/release
@@ -310,7 +310,7 @@ jobs:
310310
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
311311
with:
312312
go-version: ${{ env.GO_VERSION }}
313-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
313+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
314314
with:
315315
name: conmonrs
316316
path: target/x86_64-unknown-linux-musl/release

0 commit comments

Comments
 (0)