diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 177227ea..215e936a 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -132,10 +132,10 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./cov.xml + files: ./cov.xml flags: unittests, core, pinned, py${{matrix.python-version}} name: codecov-github fail_ci_if_error: false @@ -261,10 +261,10 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./cov.xml + files: ./cov.xml flags: unittests, all, pinned, py${{matrix.python-version}} name: codecov-github fail_ci_if_error: false