From 68f12d287be55d940fd7cc98925c737d94ca898f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:48:19 +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..04d1fa8 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@v7.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..3e00277 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@v7 with: name: jreleaser-reports path: | diff --git a/.github/workflows/gitflow-release-finish.yml b/.github/workflows/gitflow-release-finish.yml index 952139a..27e7e0d 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@v7 with: name: jreleaser-reports path: | diff --git a/.github/workflows/hotfix-manual.yml b/.github/workflows/hotfix-manual.yml index f8ed3e3..3a47978 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@v7 with: name: jreleaser-reports path: | diff --git a/.github/workflows/maven-jreleaser-release.yml b/.github/workflows/maven-jreleaser-release.yml index 3f038da..8f9347b 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@v7 with: name: jreleaser-reports path: | diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 11f4c47..40ac593 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@v7 with: name: jreleaser-reports path: |