Skip to content

Commit

Permalink
Merge pull request #1410 from buildpacks/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-3

Bump codecov/codecov-action from 2.1.0 to 3
  • Loading branch information
jromero authored Apr 6, 2022
2 parents 22470fe + 945207a commit b9be13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
TEST_COVERAGE: 1
run: make test
- name: Upload Coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: ./out/tests/coverage-unit.txt
flags: unit,os_${{ matrix.os }}
Expand Down

0 comments on commit b9be13a

Please sign in to comment.