Skip to content

Commit 26864e2

Browse files
authored
Merge pull request #8 from wakatime/dependabot/github_actions/codecov/codecov-action-4
⬆️ Bump codecov/codecov-action from 3 to 4
2 parents 02f031b + 5c61bfa commit 26864e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Test
4444
run: |
4545
pytest --cov
46-
- uses: codecov/codecov-action@v3
46+
- uses: codecov/codecov-action@v4
4747
build:
4848
needs: test
4949
strategy:

0 commit comments

Comments
 (0)