Skip to content

Commit

Permalink
Build(deps): Bump codecov/codecov-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9d5022f commit 2261a7f
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 2261a7f

Please sign in to comment.