Skip to content

Commit e75385e

Browse files
Merge pull request #282 from 107-systems/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
1 parent b3027c6 commit e75385e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

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

3737
- name: Upload coverage report to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: "${{ env.COVERAGE_DATA_PATH }}"

0 commit comments

Comments
 (0)