Skip to content

Commit 4ee25cb

Browse files
authored
Merge pull request #67 from 4Catalyzer/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents b66fe57 + 2a8e178 commit 4ee25cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: "${{ env.COVERAGE_PYTHON_VERSION == matrix.python-version }}"
5151
env:
5252
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53-
uses: "codecov/codecov-action@v4"
53+
uses: "codecov/codecov-action@v5"
5454
with:
5555
fail_ci_if_error: true
5656

0 commit comments

Comments
 (0)