From ce41be3d379cff3af69f62af10a0f85437f5dec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:36:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/pre-merge.yaml | 2 +- .github/workflows/publish-release.yaml | 2 +- .github/workflows/publish-snapshot.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 35ac6477..d56721a6 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -135,7 +135,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'chucker-local-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 42b9540b..c1c10a09 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -29,7 +29,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'chucker-release-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-snapshot.yaml b/.github/workflows/publish-snapshot.yaml index 23422827..8d7e4899 100644 --- a/.github/workflows/publish-snapshot.yaml +++ b/.github/workflows/publish-snapshot.yaml @@ -34,7 +34,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'chucker-snapshot-artifacts' path: '~/.m2/repository/'