Skip to content

Commit

Permalink
Merge pull request #398 from 4Catalyzer/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

Bump codecov/codecov-action from 1 to 4
  • Loading branch information
c0state authored Sep 11, 2024
2 parents a9082ee + efa0f7e commit 64a858b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
python -m coverage xml
- name: "Upload coverage to Codecov"
if: "${{ env.COVERAGE_PYTHON_VERSION == matrix.python-version }}"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: "codecov/codecov-action@v1"
uses: "codecov/codecov-action@v4"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

package:
name: "Build, verify, and publish package"
Expand Down

0 comments on commit 64a858b

Please sign in to comment.