Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2022
1 parent ec79ada commit 530a9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- run: yarn build
- run: yarn dependency-check
- name: upload cjs folder
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: cjs
path: cjs
- name: upload esm folder
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: esm
path: esm
Expand Down

0 comments on commit 530a9ea

Please sign in to comment.