diff --git a/.github/workflows/add_source_to_release.yml b/.github/workflows/add_source_to_release.yml index 713b0d6..c8a0043 100644 --- a/.github/workflows/add_source_to_release.yml +++ b/.github/workflows/add_source_to_release.yml @@ -33,7 +33,7 @@ jobs: run: sha256sum "$TARBALL" > "$TARBALL.sha256" - name: Upload Full Source and SHA256 to GitHub Release - uses: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.4.0 with: files: | ${{ env.TARBALL }}