We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8ec5 commit dc4906cCopy full SHA for dc4906c
.github/workflows/test-docker.yml
@@ -75,7 +75,7 @@ jobs:
75
MATRIX_DOCKER: ${{ matrix.docker }}
76
77
- name: Upload coverage
78
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
79
with:
80
flags: GHA_Docker
81
name: ${{ matrix.docker }}
.github/workflows/test-windows.yml
@@ -168,7 +168,7 @@ jobs:
168
shell: pwsh
169
170
171
172
173
file: ./coverage.xml
174
flags: GHA_Windows
0 commit comments