diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index cae048f..88d4519 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -50,7 +50,7 @@ jobs: } > release-notes.md - name: Upload release notes - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-notes path: release-notes.md