File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments