Browse Source

build(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#6938)

pull/6947/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
de2cffe7a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/coverage.yml

+ 1
- 1
.github/workflows/coverage.yml View File

@ -127,7 +127,7 @@ jobs:
- run: | - run: |
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt
if: env.GIT_DIFF if: env.GIT_DIFF
- uses: codecov/codecov-action@v2.0.3
- uses: codecov/codecov-action@v2.1.0
with: with:
file: ./coverage.txt file: ./coverage.txt
if: env.GIT_DIFF if: env.GIT_DIFF

Loading…
Cancel
Save