diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cf71c2752..85dde8cbc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: coverage combine coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: coverage.xml flags: unittests