Skip to content

Commit 9c39dbc

Browse files
authored
Merge pull request #249 from OpenAstronomy/dependabot/github_actions/codecov/codecov-action-5
2 parents 0a54cb7 + 1c716b5 commit 9c39dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,6 @@ jobs:
235235
- name: Upload to Codecov
236236
# Even if tox fails, upload coverage
237237
if: ${{ (success() || failure()) && contains(matrix.coverage, 'codecov') && matrix.pytest == 'true' }}
238-
uses: codecov/codecov-action@v4
238+
uses: codecov/codecov-action@v5
239239
with:
240240
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)