Skip to content

Commit 3b0c646

Browse files
ci(deps): Bump codecov/test-results-action from 1.1.1 to 1.2.1 (#22)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0db1763 commit 3b0c646

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
@@ -299,7 +299,7 @@ jobs:
299299
- id: codecov-results
300300
if: ${{ !cancelled() }}
301301
name: Upload test results to Codecov
302-
uses: codecov/test-results-action@v1.1.1
302+
uses: codecov/test-results-action@v1.2.1
303303
with:
304304
disable_search: true
305305
env_vars: GITHUB_JOB,GITHUB_REF_TYPE
@@ -377,7 +377,7 @@ jobs:
377377
- id: codecov-results
378378
if: ${{ !cancelled() }}
379379
name: Upload test results to Codecov
380-
uses: codecov/test-results-action@v1.1.1
380+
uses: codecov/test-results-action@v1.2.1
381381
with:
382382
disable_search: true
383383
env_vars: GITHUB_JOB,GITHUB_REF_TYPE

0 commit comments

Comments
 (0)