diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5847bc3..34edb37 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,7 +90,7 @@ jobs: - name: Upload coverage reports to Codecov if: github.event_name == 'push' - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: pilinux/gorest