Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 1, 2023
1 parent 6d720e7 commit 4c933f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run tests
run: npm test
- name: Upload built package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: compiled-package
path: build/
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Download built package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: compiled-package
- name: Release
Expand Down

0 comments on commit 4c933f3

Please sign in to comment.