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.
2 parents 825e638 + 7e51bac commit dff245bCopy full SHA for dff245b
1 file changed
.github/workflows/BenchmarkPR.yml
@@ -44,7 +44,7 @@ jobs:
44
mkdir -p plots
45
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/
46
- name: Upload plot as artifact
47
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
48
with:
49
name: plots
50
path: plots
0 commit comments