Skip to content

Commit d3d93e5

Browse files
committed
Updates release script
1 parent 3cc24e3 commit d3d93e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
- name: Upload artifact
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: dist
5252
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Download artifact
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: dist
6767
path: dist/

0 commit comments

Comments
 (0)