Skip to content

Commit 48a1c82

Browse files
authored
Merge branch 'main' into ci/husky+lint-staged+prettier
2 parents c2eb992 + 4d7c8c1 commit 48a1c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5858
TAG: ${{ inputs.tag }}
5959
- name: Upload coverage to Codecov
60-
uses: codecov/codecov-action@v3
60+
uses: codecov/codecov-action@v4
6161
with:
6262
directory: packages

Diff for: .github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
if: ${{ always() }}
4545
run: npx nx-cloud stop-all-agents
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v3
47+
uses: codecov/codecov-action@v4
4848
with:
4949
directory: packages

0 commit comments

Comments
 (0)