Skip to content
Snippets Groups Projects
Unverified Commit e1bf4f18 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update actions/upload-artifact action to v2.2.1 (#7741)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 582f47f7
Branches
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ jobs: ...@@ -98,7 +98,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }} run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Upload coverage - name: Upload coverage
uses: actions/upload-artifact@v2.2.0 uses: actions/upload-artifact@v2.2.1
if: always() && env.coverage == 'true' if: always() && env.coverage == 'true'
with: with:
name: coverage name: coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment