diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 75efca0..e8b4664 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,7 +29,7 @@ jobs: run: cargo bench --workspace | tee benchmark_results.txt - name: Upload Benchmark Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: benchmark_results.txt 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