Skip to content

Commit 0f1f2f7

Browse files
committed
ci: update github actions
1 parent 0515633 commit 0f1f2f7

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
@@ -107,7 +107,7 @@ jobs:
107107
run: npm run build
108108

109109
- name: Archive production artifacts
110-
uses: actions/upload-artifact@v2
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: dist
113113
path: dist
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v2
124124

125125
- name: Download production artifacts for publication
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v4
127127
with:
128128
name: dist
129129
path: dist

0 commit comments

Comments
 (0)