Skip to content

Commit 67ffcbf

Browse files
committed
Upgrade GHA
1 parent 0a73985 commit 67ffcbf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm run lint
2525
- run: npm run build
2626
- name: Upload Artifacts
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: dist
3030
path: |
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ github.event_name == 'push' }}
3939

4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242
- name: Download Artifacts
4343
uses: actions/download-artifact@v2
4444
- name: Use Node.js
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ github.event_name == 'release' }}
6161

6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v4
6464
- name: Download Artifacts
6565
uses: actions/download-artifact@v2
6666
- name: Use Node.js

0 commit comments

Comments
 (0)