Skip to content

Commit

Permalink
ci: bump codecov/codecov-action from 4 to 5 in the actions group (#3557)
Browse files Browse the repository at this point in the history
* ci: bump codecov/codecov-action from 4 to 5 in the actions group

Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `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
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: adding changelog file 3557.maintenance.md [dependabot-skip]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Nov 19, 2024
1 parent abcb5ae commit 099dc79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ jobs:
--ignore_image_cache \
--cov-report=xml:${{ matrix.mapdl-version }}-remote.xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down Expand Up @@ -742,7 +742,7 @@ jobs:
reactions: rocket

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down Expand Up @@ -849,7 +849,7 @@ jobs:
${{ env.PYTEST_ARGUMENTS }} \
--cov-report=xml:${{ matrix.mapdl-version }}-minimal.xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down Expand Up @@ -922,7 +922,7 @@ jobs:
--ignore_image_cache \
--cov-report=xml:windows-v22.2.0-local.xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3557.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump codecov/codecov-action from 4 to 5 in the actions group

0 comments on commit 099dc79

Please sign in to comment.