diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac52e76..72361678 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: env.RUN_CODECOV == 'true' with: file: ./coverage/clover.xml @@ -121,7 +121,7 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: env.RUN_CODECOV == 'true' with: file: ./coverage/clover.xml