diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04e2871..60f1738 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage/clover.xml