Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 3, 2022
1 parent 4a668b1 commit d8b5d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache: 'npm'
- run: npm ci --no-optional
- run: npm test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage
Expand Down

0 comments on commit d8b5d26

Please sign in to comment.