diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4196bb6..fce1986 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,7 +157,7 @@ jobs: - name: Create checksums file run: cat *.sha256 > checksums.txt - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.prepare.outputs.tag }} name: ${{ needs.prepare.outputs.tag }}