File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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@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
You can’t perform that action at this time.
0 commit comments