Skip to content

Commit ce8a8dd

Browse files
chore(deps): update codecov/codecov-action action to v4 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fab35cf commit ce8a8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)