diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c333eb016..35b54db3d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -25,7 +25,7 @@ jobs: rustup target add wasm32-unknown-unknown cd e2e && cargo bench -- --save-baseline devel - name: Upload baseline artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: criterion-baseline-devel path: target/criterion @@ -66,7 +66,7 @@ jobs: cd e2e && cargo bench | grep -v ignored | tee bench_output.txt - name: Upload full report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: criterion-report-${{ github.sha }} path: target/criterion diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e18285e1f..de13282fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: fail_ci_if_error: true - name: Archive code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage-report path: cobertura.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b9d5e160..bce6a6d1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,13 +68,13 @@ jobs: shell: bash - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: genesis-${{ needs.extract-version.outputs.VERSION }}.json.gz path: genesis-${{ needs.extract-version.outputs.VERSION }}.json.gz - name: Upload signature - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: genesis-${{ needs.extract-version.outputs.VERSION }}.json.gz.asc path: genesis-${{ needs.extract-version.outputs.VERSION }}.json.gz.asc