diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9986908..f5d2587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: go-version: '1.22' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: v1.24.0 @@ -45,7 +45,7 @@ jobs: - name: Run tests run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverprofile.out token: ${{ secrets.CODECOV_TOKEN }}