Skip to content

Commit d94f55e

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#5711)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20273bd commit d94f55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
echo "https://${{ github.sha }}-${{ matrix.node-version }}-hexo.surge.sh/flamegraph.html" > ${{env.comment_file}}
6868
69-
- uses: actions/upload-artifact@v4
69+
- uses: actions/upload-artifact@v5
7070
if: ${{github.event_name == 'pull_request' }}
7171
with:
7272
retention-days: 1
@@ -82,7 +82,7 @@ jobs:
8282
- name: save PR number to file
8383
run: |
8484
echo -n "${{ github.event.number }}" > ${{env.pr_number_file}}
85-
- uses: actions/upload-artifact@v4
85+
- uses: actions/upload-artifact@v5
8686
with:
8787
retention-days: 1
8888
name: comment-pr_number

0 commit comments

Comments
 (0)