diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07d36c3..1de0522 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: - name: Checksums with SHA512 run: sha512sum yq-* | tee SHA512SUMS - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: