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 f535a1b commit 438de4eCopy full SHA for 438de4e
.github/workflows/benchmark_pr.yml
@@ -55,7 +55,7 @@ jobs:
55
mkdir -p plots
56
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/
57
- name: Upload plot as artifact
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
id: artifact-upload-step
60
with:
61
name: plots
0 commit comments