diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e95cc576..2cc780d1f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: /tmp/conmon-test-images key: ${{ runner.os }}-cargo-test-files-${{ hashFiles('pkg/client/files_test.go') }} - run: rm -rf target/x86_64-unknown-linux-gnu/release/conmonrs - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: conmonrs path: target/x86_64-unknown-linux-gnu/release @@ -310,7 +310,7 @@ jobs: - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version-file: go.mod - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: conmonrs path: target/x86_64-unknown-linux-musl/release