diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 45eec3a8..dc94cb36 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -52,7 +52,7 @@ jobs: --rev="${{ github.event.repository.default_branch }},${{ github.event.pull_request.head.sha }}" \ --npart=10 --format=png --input-dir=results/ --output-dir=plots/ - name: Upload plots as artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: plots path: plots