Skip to content

Commit cf7c3de

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#377)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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>
1 parent f90c5b2 commit cf7c3de

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
@@ -37,7 +37,7 @@ jobs:
3737
run: coverage run setup.py test
3838

3939
- name: Upload Coverage to Codecov
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
4141

4242
postgres:
4343
runs-on: ubuntu-latest
@@ -83,7 +83,7 @@ jobs:
8383
DATABASE_URL: postgres://postgres:[email protected]/postgres
8484

8585
- name: Upload Coverage to Codecov
86-
uses: codecov/codecov-action@v3
86+
uses: codecov/codecov-action@v4
8787

8888
mysql:
8989
runs-on: ubuntu-latest
@@ -127,7 +127,7 @@ jobs:
127127
DATABASE_URL: mysql://[email protected]/djangocms_test
128128

129129
- name: Upload Coverage to Codecov
130-
uses: codecov/codecov-action@v3
130+
uses: codecov/codecov-action@v4
131131

132132
cms-develop-sqlite:
133133
runs-on: ${{ matrix.os }}
@@ -161,7 +161,7 @@ jobs:
161161
run: coverage run setup.py test
162162

163163
- name: Upload Coverage to Codecov
164-
uses: codecov/codecov-action@v3
164+
uses: codecov/codecov-action@v4
165165

166166
sqlite-django-main:
167167
runs-on: ubuntu-latest
@@ -197,4 +197,4 @@ jobs:
197197
run: coverage run setup.py test
198198

199199
- name: Upload Coverage to Codecov
200-
uses: codecov/codecov-action@v3
200+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)