diff --git a/.github/workflows/add_source_to_release.yml b/.github/workflows/add_source_to_release.yml index c8a0043..db2a662 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.4.0 + uses: softprops/action-gh-release@v2.4.1 with: files: | ${{ env.TARBALL }}