diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 4f3a126..aa31946 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -121,7 +121,7 @@ jobs: find release-assets -type f -maxdepth 1 -print | sort - name: Create or update GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.meta.outputs.tag }} name: Release ${{ needs.meta.outputs.tag }}