diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f6fcb6..1b85309 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -324,7 +324,7 @@ jobs: - name: Send coverage data to Codecov if: >- !cancelled() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index 3be6983..0a1a4a1 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -55,7 +55,7 @@ jobs: run: | make lint - name: Send coverage data to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: >-