Skip to content

Commit ed5b682

Browse files
Merge pull request #3127 from containers/dependabot/github_actions/actions/download-artifact-8.0.1
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
2 parents 8703158 + 471b2c0 commit ed5b682

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
288+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
289289
with:
290290
name: conmonrs
291291
path: target/x86_64-unknown-linux-gnu/release
@@ -310,7 +310,7 @@ jobs:
310310
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
311311
with:
312312
go-version-file: go.mod
313-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
313+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
314314
with:
315315
name: conmonrs
316316
path: target/x86_64-unknown-linux-musl/release

0 commit comments

Comments
 (0)