Skip to content

Commit 3634960

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#5727)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 3e6dc3a commit 3634960

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@v5
69+
- uses: actions/upload-artifact@v6
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@v5
85+
- uses: actions/upload-artifact@v6
8686
with:
8787
retention-days: 1
8888
name: comment-pr_number

0 commit comments

Comments
 (0)