Skip to content

Commit b4dc5b6

Browse files
committed
Update codecov action version
1 parent 162bca6 commit b4dc5b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
TESTING_DATABASE_URL: mysql+pymysql://root:password@localhost:${{ job.services.mariadb.ports[3306] }}/ctfd
5555

5656
- name: Codecov
57-
uses: codecov/codecov-action@v1.0.11
57+
uses: codecov/codecov-action@v4
5858
with:
5959
file: ./coverage.xml

.github/workflows/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
TESTING_DATABASE_URL: mysql+pymysql://root:password@localhost:${{ job.services.mysql.ports[3306] }}/ctfd
5555

5656
- name: Codecov
57-
uses: codecov/codecov-action@v1.0.11
57+
uses: codecov/codecov-action@v4
5858
with:
5959
file: ./coverage.xml

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
TESTING_DATABASE_URL: postgres://postgres:password@localhost:${{ job.services.postgres.ports[5432] }}/ctfd
6262

6363
- name: Codecov
64-
uses: codecov/codecov-action@v1.0.11
64+
uses: codecov/codecov-action@v4
6565
with:
6666
file: ./coverage.xml
6767

.github/workflows/sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
TESTING_DATABASE_URL: 'sqlite://'
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@v1.0.11
46+
uses: codecov/codecov-action@v4
4747
with:
4848
file: ./coverage.xml
4949

0 commit comments

Comments
 (0)