Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
jabrown85 authored Apr 10, 2024
2 parents cd50eb8 + fea5441 commit 137225b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
TEST_COVERAGE: 1
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./out/tests/coverage-unit.txt
flags: unit,os_linux
fail_ci_if_error: true
Expand Down

0 comments on commit 137225b

Please sign in to comment.