Skip to content

Commit

Permalink
fix: bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 0836209 commit 96260da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.agent == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.orb == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.orb == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.orb == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.orb == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ needs.prebuild.outputs.orb == 'true' || github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
version: "v0.1.15"
files: coverage.xml
Expand Down

0 comments on commit 96260da

Please sign in to comment.