Skip to content

Commit 7879720

Browse files
build(deps): bump codecov/codecov-action from 4 to 5
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] <support@github.com>
1 parent b191415 commit 7879720

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: coverage run ./test_settings.py
4343

4444
- name: Upload Coverage to Codecov
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646

4747
postgres:
4848
runs-on: ubuntu-latest
@@ -93,7 +93,7 @@ jobs:
9393
DATABASE_URL: postgres://postgres:postgres@127.0.0.1/postgres
9494

9595
- name: Upload Coverage to Codecov
96-
uses: codecov/codecov-action@v4
96+
uses: codecov/codecov-action@v5
9797

9898
mysql:
9999
runs-on: ubuntu-latest
@@ -142,7 +142,7 @@ jobs:
142142
DATABASE_URL: mysql://root@127.0.0.1/djangocms_test
143143

144144
- name: Upload Coverage to Codecov
145-
uses: codecov/codecov-action@v4
145+
uses: codecov/codecov-action@v5
146146

147147
cms-develop-sqlite:
148148
runs-on: ${{ matrix.os }}
@@ -176,7 +176,7 @@ jobs:
176176
run: coverage run ./test_settings.py
177177

178178
- name: Upload Coverage to Codecov
179-
uses: codecov/codecov-action@v4
179+
uses: codecov/codecov-action@v5
180180

181181
sqlite-django-main:
182182
runs-on: ubuntu-latest
@@ -212,4 +212,4 @@ jobs:
212212
run: coverage run ./test_settings.py
213213

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

0 commit comments

Comments
 (0)