Updated codecov action to v3

This commit is contained in:
Andrew Murray 2022-05-07 22:50:30 +10:00
parent b5a8ec56c0
commit dc4906c865
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ jobs:
MATRIX_DOCKER: ${{ matrix.docker }}
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: GHA_Docker
name: ${{ matrix.docker }}

View File

@ -168,7 +168,7 @@ jobs:
shell: pwsh
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: GHA_Windows