Skip to content

Commit 6183197

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #303 from IFCA-Advanced-Computing/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 748c834 + dc3a4c9 commit 6183197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: tox -e py39
3131

3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
fail_ci_if_error: true

0 commit comments

Comments
 (0)