Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
renovate-bot committed Oct 20, 2020
1 parent 1b5606b commit 601a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm test
env:
CI: true
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: coverage
path: .nyc_output
Expand Down

0 comments on commit 601a697

Please sign in to comment.