Skip to content

Commit

Permalink
Merge pull request #2991 from orb-community/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4

fix: bump codecov/codecov-action from 3 to 4
  • Loading branch information
mfiedorowicz authored Aug 19, 2024
2 parents ff26962 + a157439 commit d1736fb
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
with:
version: "v0.1.15"
files: coverage.xml
Expand Down

0 comments on commit d1736fb

Please sign in to comment.