diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c390887..05e849a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: failure() && (steps.unix_tests.outcome == 'failure' || steps.windows_tests.outcome == 'failure') - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: workspace-tests-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-${{ github.run_attempt }} path: target/ci-logs/*-workspace-tests.log @@ -167,7 +167,7 @@ jobs: target/benchmark-smoke/${{ github.run_id }}-${{ github.run_attempt }} - name: Archive the benchmark smoke sample if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-smoke-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-${{ github.run_attempt }} path: target/benchmark-smoke/${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dc4296e..bd66f2d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -85,7 +85,7 @@ jobs: exit "$fuzz_exit_status" - name: Upload fuzz failure diagnostics if: failure() && steps.fuzz_run.outcome == 'failure' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: >- fuzz-diagnostics-${{ matrix.target }}-${{ github.sha }}-${{ github.run_attempt }} @@ -96,7 +96,7 @@ jobs: retention-days: 14 - name: Upload crashing and timeout inputs if: failure() && steps.fuzz_run.outcome == 'failure' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: >- fuzz-artifacts-${{ matrix.target }}-${{ github.sha }}-${{ github.run_attempt }} diff --git a/.github/workflows/release-benchmark.yml b/.github/workflows/release-benchmark.yml index 668fef4..d5da613 100644 --- a/.github/workflows/release-benchmark.yml +++ b/.github/workflows/release-benchmark.yml @@ -69,7 +69,7 @@ jobs: target/release-benchmark-gate/${{ github.run_id }}-${{ github.run_attempt }} - name: Archive raw samples and comparison summary if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-benchmark-${{ inputs.mode }}-${{ github.sha }}-${{ github.run_attempt }} path: target/release-benchmark-gate/${{ github.run_id }}-${{ github.run_attempt }}