Skip to content

Commit 1546b6d

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 92152b3 commit 1546b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
yarn test
3939
- name: Collecting Code Coverage
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v5
4141
- name: Production Build
4242
run: |
4343
CI=false yarn build

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
yarn test
3030
- name: Collecting Code Coverage
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v5
3232
- name: Production Build
3333
run: |
3434
CI=false yarn build

0 commit comments

Comments
 (0)