diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1077da4..285738a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.25' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: slug: mallardduck/teapot-router token: ${{ secrets.CODECOV_TOKEN }}