diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37c923d44b..dcc72a5eca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Upload coverage reports to Codecov if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.22.x' }} - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt