Skip to content

Commit 60dbf74

Browse files
authored
Merge pull request #93 from gnikit/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 91877f0 + 644b66a commit 60dbf74

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
@@ -48,7 +48,7 @@ jobs:
4848
pytest --cov=fortls --cov-report=xml
4949
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v2
51+
uses: codecov/codecov-action@v3
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
fail_ci_if_error: true

0 commit comments

Comments
 (0)