Skip to content

Commit 3cf8f29

Browse files
authored
Merge pull request #437 from fortran-lang/dependabot/github_actions/codecov/codecov-action-5.0.0
build(deps): bump codecov/codecov-action from 4.5.0 to 5.0.0
2 parents 61776f3 + 3c9f1c2 commit 3cf8f29

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
@@ -36,7 +36,7 @@ jobs:
3636
run: pytest --doctest-modules -n auto
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4.5.0
39+
uses: codecov/codecov-action@v5.0.0
4040
with:
4141
fail_ci_if_error: true
4242
verbose: true

0 commit comments

Comments
 (0)