Skip to content

Commit 099dc79

Browse files
ci: bump codecov/codecov-action from 4 to 5 in the actions group (#3557)
* 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]>
1 parent abcb5ae commit 099dc79

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ jobs:
543543
--ignore_image_cache \
544544
--cov-report=xml:${{ matrix.mapdl-version }}-remote.xml
545545
546-
- uses: codecov/codecov-action@v4
546+
- uses: codecov/codecov-action@v5
547547
name: "Upload coverage to Codecov"
548548
with:
549549
token: ${{ secrets.CODECOV_TOKEN }} # required
@@ -742,7 +742,7 @@ jobs:
742742
743743
reactions: rocket
744744

745-
- uses: codecov/codecov-action@v4
745+
- uses: codecov/codecov-action@v5
746746
name: "Upload coverage to Codecov"
747747
with:
748748
token: ${{ secrets.CODECOV_TOKEN }} # required
@@ -849,7 +849,7 @@ jobs:
849849
${{ env.PYTEST_ARGUMENTS }} \
850850
--cov-report=xml:${{ matrix.mapdl-version }}-minimal.xml
851851
852-
- uses: codecov/codecov-action@v4
852+
- uses: codecov/codecov-action@v5
853853
name: "Upload coverage to Codecov"
854854
with:
855855
token: ${{ secrets.CODECOV_TOKEN }} # required
@@ -922,7 +922,7 @@ jobs:
922922
--ignore_image_cache \
923923
--cov-report=xml:windows-v22.2.0-local.xml
924924
925-
- uses: codecov/codecov-action@v4
925+
- uses: codecov/codecov-action@v5
926926
name: "Upload coverage to Codecov"
927927
with:
928928
token: ${{ secrets.CODECOV_TOKEN }} # required
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: bump codecov/codecov-action from 4 to 5 in the actions group

0 commit comments

Comments
 (0)