diff --git a/.github/workflows/Benchmarking.yml b/.github/workflows/Benchmarking.yml index 6e98b3189..92c5a1361 100644 --- a/.github/workflows/Benchmarking.yml +++ b/.github/workflows/Benchmarking.yml @@ -38,7 +38,7 @@ jobs: # `tee` so the table also appears in the workflow log at-a-glance. julia --project=. benchmarks.jl markdown | tee results.md - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: benchmark-pr path: | @@ -69,7 +69,7 @@ jobs: julia --project=. -e 'using Pkg; Pkg.instantiate()' julia --project=. benchmarks.jl markdown | tee results.md - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: benchmark-main path: benchmarks/results.md