Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 6044891 commit 6d88be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
HELM_SECRETS_BACKEND: vals
BASHCOV_COMMAND_NAME: helm-secrets:vals

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage.xml
fail_ci_if_error: true
Expand All @@ -297,7 +297,7 @@ jobs:
env:
BASHCOV_COMMAND_NAME: helm-secrets:it

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 6d88be1

Please sign in to comment.