Skip to content

Commit

Permalink
chore(deps): update actions/download-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 f8ed0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2
with:
name: coverage
path: .nyc_output
Expand Down

0 comments on commit f8ed0be

Please sign in to comment.