Skip to content

Commit 0e86f7e

Browse files
committed
[ci] Bump codecov version, fix gpg failure.
1 parent 7ebe608 commit 0e86f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
279279
- name: Upload unittests coverage report
280280
if: ${{ inputs.coverage == 'true' }}
281-
uses: codecov/codecov-action@v6.0.0
281+
uses: codecov/codecov-action@v7
282282
with:
283283
fail_ci_if_error: true # optional (default = false)
284284
files: ${{ steps.paths.outputs.radium_build_dir }}/fastcov_unittests.info
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Upload integration coverage report
291291
if: ${{ inputs.coverage == 'true' }}
292-
uses: codecov/codecov-action@v6.0.0
292+
uses: codecov/codecov-action@v7
293293
with:
294294
fail_ci_if_error: true # optional (default = false)
295295
files: ${{ steps.paths.outputs.radium_build_dir }}/fastcov_integration.info

0 commit comments

Comments
 (0)