Skip to content

Commit 651f222

Browse files
Merge pull request #689 from homeport/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents db6796a + f032de4 commit 651f222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: make test
4040

4141
- name: Upload Code Coverage Profile
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
with:

0 commit comments

Comments
 (0)