Skip to content

Commit

Permalink
Merge pull request #530 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
2 parents 01519bd + 6fd54fc commit 1b9d0dd
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
with:
files: ${{ env.COVERAGE }}
flags: integration,linux
Expand Down

0 comments on commit 1b9d0dd

Please sign in to comment.