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 20273bd commit d94f55eCopy full SHA for d94f55e
.github/workflows/benchmark.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
echo "https://${{ github.sha }}-${{ matrix.node-version }}-hexo.surge.sh/flamegraph.html" > ${{env.comment_file}}
68
69
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
70
if: ${{github.event_name == 'pull_request' }}
71
with:
72
retention-days: 1
@@ -82,7 +82,7 @@ jobs:
82
- name: save PR number to file
83
84
echo -n "${{ github.event.number }}" > ${{env.pr_number_file}}
85
86
87
88
name: comment-pr_number
0 commit comments