From 7b329c0fb23da7223d0baa7ff0846e202a2eb87f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:42:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .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 d4559bab..5aebf115 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@v4 + uses: actions/upload-artifact@v5 with: name: 'chucker-local-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 4339a611..4212da05 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@v4 + uses: actions/upload-artifact@v5 with: name: 'chucker-release-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-snapshot.yaml b/.github/workflows/publish-snapshot.yaml index 2a7a6ec2..e5ba6d82 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@v4 + uses: actions/upload-artifact@v5 with: name: 'chucker-snapshot-artifacts' path: '~/.m2/repository/'