diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e04c3cce..066c1009 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -82,7 +82,7 @@ jobs: - name: Upload criterion results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: criterion-results-${{ github.sha }} path: target/criterion/ @@ -90,7 +90,7 @@ jobs: - name: Upload benchmark output if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: benchmark-output-${{ github.sha }} path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f80cfde..1972552b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: continue-on-error: true - name: Upload mutants results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mutants-results path: mutants.out/ @@ -202,7 +202,7 @@ jobs: - name: Upload chaos test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: chaos-results path: /tmp/chaos-results/ diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 03f5409a..094aa91d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -83,7 +83,7 @@ jobs: - name: Upload outdated report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: outdated-dependencies-${{ github.sha }} path: outdated-summary.md