Skip to content

Commit

Permalink
Build(deps): Bump codecov/codecov-action from 4 to 5 in /.github/work…
Browse files Browse the repository at this point in the history
…flows (#667)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9d5022f commit f0220ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
pytest -v tests/test_qt.py
name: "Import without Qt"
if: matrix.qt == 'None'
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: success()
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
name: "Install pyvistaqt"
- run: pytest -v --cov pyvistaqt --cov-report html
name: "Run Tests"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: success()
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- shell: bash -el {0}
run: pytest -v --cov pyvistaqt --cov-report html
name: "Run Tests"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: success()
Expand Down

0 comments on commit f0220ee

Please sign in to comment.