Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 1e8d351 commit 4f11cb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
if-no-files-found: error

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ env.CODECOV_TOKEN != '' }}
with:
directory: .logs/coverage
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vortex-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
path: /tmp/.vortex-coverage-html

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: /tmp/.vortex-coverage-html
fail_ci_if_error: false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
path: /tmp/.vortex-coverage-html

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: /tmp/.vortex-coverage-html
fail_ci_if_error: false
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
path: /tmp/.vortex-coverage-html

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: /tmp/.vortex-coverage-html
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vortex-test-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: .vortex/installer/.coverage-html

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: .vortex/installer/cobertura.xml
fail_ci_if_error: true
Expand Down

1 comment on commit 4f11cb1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.