Skip to content

Commit f01ec47

Browse files
authored
Merge pull request #268 from 107-systems/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents de3e63c + 6013223 commit f01ec47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}
3636

3737
- name: Upload coverage report to Codecov
38-
uses: codecov/codecov-action@v3
38+
uses: codecov/codecov-action@v4
3939
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
4041
file: "${{ env.COVERAGE_DATA_PATH }}"
4142
fail_ci_if_error: true

0 commit comments

Comments
 (0)