Skip to content

Commit

Permalink
Upgrade deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-al committed Dec 12, 2024
1 parent 171f451 commit ffe8938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Pack
run: npm pack
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand All @@ -53,7 +53,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ffe8938

Please sign in to comment.