Skip to content

Commit dc4906c

Browse files
committed
Updated codecov action to v3
1 parent b5a8ec5 commit dc4906c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
MATRIX_DOCKER: ${{ matrix.docker }}
7676

7777
- name: Upload coverage
78-
uses: codecov/codecov-action@v1
78+
uses: codecov/codecov-action@v3
7979
with:
8080
flags: GHA_Docker
8181
name: ${{ matrix.docker }}

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
shell: pwsh
169169

170170
- name: Upload coverage
171-
uses: codecov/codecov-action@v1
171+
uses: codecov/codecov-action@v3
172172
with:
173173
file: ./coverage.xml
174174
flags: GHA_Windows

0 commit comments

Comments
 (0)