diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 325e678f..e6dc00bd 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -54,7 +54,7 @@ jobs: popd - name: 'Upload build artifact' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: power-server-${{ runner.os }}-${{ runner.arch }} path: server/target/distributions/*.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ef49c94..51b54f8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,7 +121,7 @@ jobs: - name: 'JReleaser output' if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: jreleaser-logs path: |