diff --git a/.github/workflows/github-release-workflow.yml b/.github/workflows/github-release-workflow.yml index e7064c7a..a530c881 100644 --- a/.github/workflows/github-release-workflow.yml +++ b/.github/workflows/github-release-workflow.yml @@ -77,7 +77,7 @@ jobs: if: ${{ startsWith(matrix.os, 'macos') && matrix.arch == 'arm64' }} run: mvn --batch-mode package -P build-macos-arm64 -D macos_arch=-macos-arm64 - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifact-${{ matrix.os }}-${{ matrix.arch }} path: | @@ -167,7 +167,7 @@ jobs: if: startsWith(matrix.os, 'macos') && matrix.arch == 'arm64' run: mvn --batch-mode package -P build-macos-arm64 -D jar.id=-hu -D macos_arch=-macos-arm64 - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifact-hu-${{ matrix.os }}-${{ matrix.arch }} path: |