Skip to content

Commit f537292

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent fab35cf commit f537292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Run Unit Tests With Coverage
102102
run: make test-with-cover
103103
- name: Upload coverage report
104-
uses: codecov/codecov-action@v3
104+
uses: codecov/codecov-action@v4
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
file: ./coverage.out

0 commit comments

Comments
 (0)