diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index bba70b284..7f313aab6 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -98,7 +98,7 @@ jobs: cp checksum.txt ${{ needs.preparations.outputs.version }}/ # UPLOAD ARTIFACTS - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: jar-media-build-artifacts @@ -111,7 +111,7 @@ jobs: if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` # UPLOAD ARTIFACTS - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: jar-media-release diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 546347126..be7f6c6d3 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -96,7 +96,7 @@ jobs: cp checksum.txt ${{ needs.preparations.outputs.version }}/ # UPLOAD ARTIFACTS - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: jar-media-build-artifacts @@ -109,7 +109,7 @@ jobs: if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` # UPLOAD ARTIFACTS - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: jar-media-release @@ -275,7 +275,7 @@ jobs: - name: Build documentation run: ./gradlew :serverpackcreator-api:dokkaGenerateHtml -Pversion="${{ needs.preparations.outputs.version }}" --full-stacktrace --info -x test - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: build-artifacts path: serverpackcreator-api/build/dokka/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 799c74503..df5d20b7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: | ./gradlew -Pversion="${{ steps.branch-name.outputs.current_branch }}" build --info --full-stacktrace - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: jar-and-media