Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v3 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2022
1 parent 8cc45ea commit ea307b6
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 @@ -132,11 +132,11 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: download cjs folder
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: cjs
- name: download esm folder
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: esm
- name: cache node_modules
Expand Down

0 comments on commit ea307b6

Please sign in to comment.