Skip to content

Commit 32427fd

Browse files
ci(deps): Bump codecov/test-results-action from 1.1.1 to 1.2.1 (#346)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b7ee04 commit 32427fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
- id: codecov-results
303303
if: ${{ !cancelled() }}
304304
name: Upload test results to Codecov
305-
uses: codecov/test-results-action@v1.1.1
305+
uses: codecov/test-results-action@v1.2.1
306306
with:
307307
disable_search: true
308308
env_vars: GITHUB_JOB,GITHUB_REF_TYPE
@@ -383,7 +383,7 @@ jobs:
383383
- id: codecov-results
384384
if: ${{ !cancelled() }}
385385
name: Upload test results to Codecov
386-
uses: codecov/test-results-action@v1.1.1
386+
uses: codecov/test-results-action@v1.2.1
387387
with:
388388
disable_search: true
389389
env_vars: GITHUB_JOB,GITHUB_REF_TYPE

0 commit comments

Comments
 (0)