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 b15bb92 commit ae61e45Copy full SHA for ae61e45
.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@v2
+ uses: actions/upload-artifact@v4
46
with:
47
name: plots
48
path: plots
0 commit comments