Skip to content

Commit 87e6248

Browse files
chore(deps): update github artifact actions
1 parent ae1553b commit 87e6248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: yarn --immutable
2828
- name: build
2929
run: yarn build
30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v5
3131
with:
3232
name: dist
3333
path: dist/
@@ -48,7 +48,7 @@ jobs:
4848
run: npm i -g [email protected]
4949
- name: Set env
5050
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
51-
- uses: actions/download-artifact@v4
51+
- uses: actions/download-artifact@v6
5252
with:
5353
name: dist
5454
path: ./dist

0 commit comments

Comments
 (0)