Skip to content

Commit

Permalink
Merge pull request #554 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
2 parents afceb4b + 3cf87e0 commit 0d3e673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: make local-validate-build
- run: make local-test-unit
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ env.COVERAGE }}
flags: unit,macos
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
path: ${{ github.workspace }}/.cache/
- run: make test-unit
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ env.COVERAGE }}
flags: unit,linux
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
path: ${{ github.workspace }}/.cache/
- run: make TEST_DOCKER_IMAGE=$TEST_DOCKER_IMAGE test-integration
- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ env.COVERAGE }}
flags: integration,linux
Expand Down

0 comments on commit 0d3e673

Please sign in to comment.