diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a2361dcf..83b71406 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,7 +39,7 @@ jobs: asv machine --yes # https://github.com/tqdm/tqdm/blob/4c956c20b83be4312460fc0c4812eeb3fef5e7df/.github/workflows/check.yml#L26 - name: Restore previous results - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .asv key: asv-${{ runner.os }} @@ -74,7 +74,7 @@ jobs: if: always() run: cp benchmarks/README_CI.md benchmarks.log .asv/results/ - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: asv-benchmark-results-${{ runner.os }}