Skip to content

Commit 6123c8a

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 004eaf8 commit 6123c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
SHELL: /bin/bash
9494
- name: Archive E2E test screenshot
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: e2e
9898
path: dist/tmp/*.png
@@ -102,7 +102,7 @@ jobs:
102102
PR_NUM: ${{ github.event.number }}
103103
run: echo $PR_NUM > pr_num.txt
104104
- name: Upload the pr num
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
if: github.event_name == 'pull_request'
107107
with:
108108
name: pr_num

0 commit comments

Comments
 (0)