From 70e89bc9c5f69fd6f473a19d3605a2f537219d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:52:50 +0000 Subject: [PATCH] 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/pre-merge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 0740e66a..5df10aff 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -21,19 +21,19 @@ jobs: uses: ./.github/actions/build-action - name: Upload core artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: core-${{ github.head_ref }} path: ./core/build/libs/*.jar - name: Upload gradle plugin artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: gradle-plugin-${{ github.head_ref }} path: ./gradle-plugin/build/libs/*.jar - name: Upload intellij plugin artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: intellij-plugin-${{ github.head_ref }} path: ./intellij-plugin/plugin/build/distributions/*.zip \ No newline at end of file