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

chore(deps): update codecov/codecov-action action to v3 (#15078)

parent 3ab24f92
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ jobs: ...@@ -100,7 +100,7 @@ jobs:
run: yarn jest:${{ env.NODE_VERSION }} --maxWorkers=2 --ci --coverage ${{ env.coverage }} run: yarn jest:${{ env.NODE_VERSION }} --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Codecov - name: Codecov
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2.1.0 uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
if: always() && env.coverage == 'true' if: always() && env.coverage == 'true'
- name: E2E Test - name: E2E Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment