Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v2.2.1 (#152)
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 committed Nov 13, 2020
1 parent be9a689 commit 97225d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: yarn jest --maxWorkers=2 --ci --coverage

- name: Upload coverage
uses: actions/upload-artifact@v2.2.0
uses: actions/upload-artifact@v2.2.1
if: always()
with:
name: coverage
Expand Down

0 comments on commit 97225d9

Please sign in to comment.