From 6b7ceb152108827b4b479de45d326101f0d022db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:40:49 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/deploy.yml | 2 +- .github/workflows/gitflow-hotfix-finish.yml | 2 +- .github/workflows/gitflow-release-finish.yml | 2 +- .github/workflows/hotfix-manual.yml | 2 +- .github/workflows/maven-jreleaser-release.yml | 2 +- .github/workflows/release-manual.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 615e2cc..b29d2e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: -Dsonar.token=${SONAR_TOKEN} - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: build-artifacts path: target/*.jar diff --git a/.github/workflows/gitflow-hotfix-finish.yml b/.github/workflows/gitflow-hotfix-finish.yml index 9f0c897..a91424a 100644 --- a/.github/workflows/gitflow-hotfix-finish.yml +++ b/.github/workflows/gitflow-hotfix-finish.yml @@ -156,7 +156,7 @@ jobs: - name: Upload Build Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jreleaser-reports path: | diff --git a/.github/workflows/gitflow-release-finish.yml b/.github/workflows/gitflow-release-finish.yml index 952139a..6133650 100644 --- a/.github/workflows/gitflow-release-finish.yml +++ b/.github/workflows/gitflow-release-finish.yml @@ -160,7 +160,7 @@ jobs: - name: Upload Build Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jreleaser-reports path: | diff --git a/.github/workflows/hotfix-manual.yml b/.github/workflows/hotfix-manual.yml index f8ed3e3..9127947 100644 --- a/.github/workflows/hotfix-manual.yml +++ b/.github/workflows/hotfix-manual.yml @@ -75,7 +75,7 @@ jobs: - name: Upload Build Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jreleaser-reports path: | diff --git a/.github/workflows/maven-jreleaser-release.yml b/.github/workflows/maven-jreleaser-release.yml index 3f038da..6281e73 100644 --- a/.github/workflows/maven-jreleaser-release.yml +++ b/.github/workflows/maven-jreleaser-release.yml @@ -165,7 +165,7 @@ jobs: - name: Upload Build Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jreleaser-reports path: | diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 11f4c47..130a3b6 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -75,7 +75,7 @@ jobs: - name: Upload Build Reports if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jreleaser-reports path: |