Skip to content

Commit 8fb3b7f

Browse files
Merge pull request #3 from corneliusroemer/dependabot/github_actions/canary/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 71c1486 + 6123c8a commit 8fb3b7f

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
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
SHELL: /bin/bash
9999
- name: Archive E2E test screenshot
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: e2e
103103
path: dist/tmp/*.png
@@ -107,7 +107,7 @@ jobs:
107107
PR_NUM: ${{ github.event.number }}
108108
run: echo $PR_NUM > pr_num.txt
109109
- name: Upload the pr num
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
if: github.event_name == 'pull_request'
112112
with:
113113
name: pr_num

0 commit comments

Comments
 (0)