diff --git a/.github/workflows/TestLatest.yml b/.github/workflows/TestLatest.yml index 53a2bd1..981f99e 100644 --- a/.github/workflows/TestLatest.yml +++ b/.github/workflows/TestLatest.yml @@ -62,8 +62,8 @@ jobs: # Run codecov - name: "Run CodeCov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: lcov.info + files: lcov.info