Skip to content

Commit 39c6cc6

Browse files
Merge pull request #8 from yubarajshrestha/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents de7588d + 7fcadf1 commit 39c6cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
make coverage
2828
- name: Upload coverage
29-
uses: codecov/codecov-action@v2
29+
uses: codecov/codecov-action@v3
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
fail_ci_if_error: false

0 commit comments

Comments
 (0)