diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2efb13cf..f558e218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }} run: go test -coverprofile=coverage.txt ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}