Skip to content

Commit 1d202ad

Browse files
[UPDATE] (deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11ed2a3 commit 1d202ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
run: make -f Makefile test || exit 1 ;
205205
- name: Upload Python ${{ matrix.python-version }} test coverage to Codecov
206206
id: coverage-unittests-codecov-upload
207-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
207+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
208208
with:
209209
token: ${{ secrets.CODECOV_TOKEN }}
210210
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -218,7 +218,7 @@ jobs:
218218
fail_ci_if_error: false
219219
- name: Upload Python ${{ matrix.python-version }} second flag coverage to Codecov
220220
id: coverage-project-codecov-upload
221-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
221+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
222222
with:
223223
token: ${{ secrets.CODECOV_TOKEN }}
224224
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -492,7 +492,7 @@ jobs:
492492
run: make -f Makefile test-mat-doctests ;
493493
- name: Upload Python ${{ matrix.python-version }} doctest coverage to Codecov
494494
id: doctests-codecov-upload
495-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
495+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
496496
with:
497497
token: ${{ secrets.CODECOV_TOKEN }}
498498
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}
@@ -924,7 +924,7 @@ jobs:
924924
shell: bash
925925
- name: Upload Python ${{ matrix.python-version }} integration coverage to Codecov
926926
id: integration-codecov-upload
927-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
927+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
928928
with:
929929
token: ${{ secrets.CODECOV_TOKEN }}
930930
job_code: ${{ needs.check_mats.outputs.build_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)