diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 52b1b91..549e8b3 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -49,7 +49,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}