Skip to content

Commit

Permalink
ci(.github/workflow): update codecov version (#7117)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Mar 16, 2024
1 parent 4f168d7 commit 4d7c8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -57,6 +57,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
TAG: ${{ inputs.tag }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: packages
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -44,6 +44,6 @@ jobs:
if: ${{ always() }}
run: npx nx-cloud stop-all-agents
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: packages

0 comments on commit 4d7c8c1

Please sign in to comment.