diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5a619a..9565ab4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,7 +174,7 @@ jobs: run: ls -l -R . - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: # Upload all coverage report files files: ./coverage_*/coverage.xml