We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a73985 commit 67ffcbfCopy full SHA for 67ffcbf
1 file changed
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm run lint
25
- run: npm run build
26
- name: Upload Artifacts
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
with:
29
name: dist
30
path: |
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ github.event_name == 'push' }}
39
40
steps:
41
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
42
- name: Download Artifacts
43
uses: actions/download-artifact@v2
44
- name: Use Node.js
@@ -60,7 +60,7 @@ jobs:
60
if: ${{ github.event_name == 'release' }}
61
62
63
64
65
66
0 commit comments