Skip to content

Commit ffe8938

Browse files
committed
Upgrade deprecated actions
1 parent 171f451 commit ffe8938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Pack
2828
run: npm pack
2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: artifacts
3333
path: |
@@ -53,7 +53,7 @@ jobs:
5353
node-version: 18
5454
registry-url: https://registry.npmjs.org
5555
- name: Download artifacts
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
- name: Publish to npm
5858
env:
5959
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)