diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6af58ec..1c5d3c3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -331,10 +331,10 @@ jobs: - name: Send coverage data to Codecov if: >- !cancelled() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: bb0fa8d8-1f5b-4b59-95f4-ec338cbd13a4 - file: ./coverage.xml + files: ./coverage.xml flags: >- CI-GHA, pytest, diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index 7a6435d..4f4ebf6 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -59,7 +59,7 @@ jobs: run: | make lint - name: Send coverage data to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.codecov-token }} files: >-