We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171f451 commit ffe8938Copy full SHA for ffe8938
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Pack
28
run: npm pack
29
- name: Upload artifacts
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: artifacts
33
path: |
@@ -53,7 +53,7 @@ jobs:
53
node-version: 18
54
registry-url: https://registry.npmjs.org
55
- name: Download artifacts
56
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
57
- name: Publish to npm
58
env:
59
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments