Skip to content

Commit 20e7f65

Browse files
committed
Update release.yml
1 parent 3920d10 commit 20e7f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install node
23-
uses: actions/setup-node@v4.0.0
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ env.node_version }}
2626

@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Install node
49-
uses: actions/setup-node@v4.0.0
49+
uses: actions/setup-node@v4
5050
with:
5151
node-version: ${{ env.node_version }}
5252

@@ -81,7 +81,7 @@ jobs:
8181
run: npm run build
8282

8383
- name: Archive production artifacts
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: dist
8787
path: dist
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Download production artifacts for publication
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: dist
102102
path: dist

0 commit comments

Comments
 (0)