diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4e2a4192..d42b577d6 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