Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4 to 5 (#435)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b191415 commit c9bf9f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: coverage run ./test_settings.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

postgres:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
DATABASE_URL: postgres://postgres:[email protected]/postgres

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

mysql:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
DATABASE_URL: mysql://[email protected]/djangocms_test

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

cms-develop-sqlite:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
run: coverage run ./test_settings.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

sqlite-django-main:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -212,4 +212,4 @@ jobs:
run: coverage run ./test_settings.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit c9bf9f4

Please sign in to comment.