We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d44613 commit 8b0c257Copy full SHA for 8b0c257
.github/workflows/benchmark_pr.yml
@@ -42,7 +42,7 @@ jobs:
42
mkdir -p plots
43
benchpkgplot ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
44
- name: Upload plot as artifact
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: plots
48
path: plots
0 commit comments