diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 26b8aea..c0f4af4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,7 +32,7 @@ jobs: run: cargo run -p rustapi-core --example perf_snapshot --release | tee perf_snapshot.txt - name: Upload Benchmark Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a797479..5942fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: run: cargo tarpaulin --workspace --out Html --output-dir coverage - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/tarpaulin-report.html