Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 4258619 commit 97bc95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Test
run: pnpm exec nx run-many --target=test --all
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
publishing:
runs-on: ubuntu-latest
needs: [testing]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Test
run: pnpm exec nx affected --target=test --parallel --coverage
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 97bc95e

Please sign in to comment.