Skip to content

Commit f457ac4

Browse files
dependabot[bot]IceTDrinker
authored andcommitted
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9feb57 commit f457ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
make test_shortint_cov
8484
8585
- name: Upload tfhe coverage to Codecov
86-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
86+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
8787
if: steps.changed-files.outputs.tfhe_any_changed == 'true'
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
9797
make test_integer_cov
9898
9999
- name: Upload tfhe coverage to Codecov
100-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
100+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
101101
if: steps.changed-files.outputs.tfhe_any_changed == 'true'
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)