From d9fa1bc0c1353955bf196a9e18231574fd5b170c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:17:57 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/native-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |