Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2...v3)

---
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 and marksweb committed Jan 15, 2024
1 parent 38ed838 commit 9a17590
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 @@ -37,7 +37,7 @@ jobs:
run: coverage run setup.py test

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

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

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

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

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

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

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

sqlite-django-main:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -197,4 +197,4 @@ jobs:
run: coverage run setup.py test

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit 9a17590

Please sign in to comment.