File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
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/
50
50
- name : Upload plot as artifact
51
51
uses : actions/upload-artifact@v4
52
+ id : artifact-upload-step
52
53
with :
53
54
name : plots
54
55
path : plots
62
63
echo '' >> body.md
63
64
echo '' >> body.md
64
65
echo '### Benchmark Plots' >> body.md
65
- echo 'A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.' >> body.md
66
- echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
66
+ echo 'A plot of the benchmark results have been uploaded as an artifact at ${{ steps.artifact-upload-step.outputs.artifact-url }}.' >> body.md
67
67
68
68
- name : Find Comment
69
69
uses : peter-evans/find-comment@v3
You can’t perform that action at this time.
0 commit comments