Skip to content

Commit b1aa184

Browse files
authored
Merge pull request #24 from nitrite/dependabot/github_actions/main/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 97d95c3 + ba5d5f6 commit b1aa184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload coverage
4343
if: github.ref == 'refs/heads/main'
44-
uses: codecov/codecov-action@v4
44+
uses: codecov/codecov-action@v5
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
flags: unittests

0 commit comments

Comments
 (0)