diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7bd84df..6f88327 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -79,7 +79,7 @@ jobs: run: git push origin :refs/tags/nightly || true - name: Create nightly release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: nightly name: "Nightly Snapshot (${{ github.run_id }})" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3da73e5..c700f00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: cat *.sha256 > checksums.txt - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true files: |