diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index 4a4fa23a4..a18029450 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -169,7 +169,7 @@ jobs: printf "\n\n............\n\nRelease notes truncated. For more details, see the [CHANGELOG](https://github.com/Griefed/ServerPackCreator/blob/${{ needs.preparations.outputs.version }}/CHANGELOG.md).\n\n" >> description.txt fi - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: jar-media-release path: ${{ needs.preparations.outputs.version }} diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index a920e162a..fc0300264 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -161,7 +161,7 @@ jobs: printf "\n\n............\n\nRelease notes truncated. For more details, see the [CHANGELOG](https://github.com/Griefed/ServerPackCreator/blob/${{ needs.preparations.outputs.version }}/CHANGELOG.md).\n\n" >> description.txt fi - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: jar-media-release path: ${{ needs.preparations.outputs.version }}