Skip to content

Commit

Permalink
gh: update to codecov-action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Oct 12, 2022
1 parent 5d011df commit 8c6fcb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Uninstall Modules
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Uninstall Modules
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Uninstall Modules
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Uninstall Modules
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- name: Uninstall Modules
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit 8c6fcb9

Please sign in to comment.