diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca61dc2..c5c20a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - uses: actions/checkout@v5 - name: Choco Install curl - uses: crazy-max/ghaction-chocolatey@v3 + uses: crazy-max/ghaction-chocolatey@v4 with: args: install curl -y --limit-output