diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 5c99d0d..bf8ff79 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -42,7 +42,7 @@ jobs: CARDBOARD_CONTAINER_RUNTIME: docker - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: .cache/unit/cover.txt,.cache/integration/cover.txt token: ${{ secrets.CODECOV_TOKEN }}