From e2e4eacc2801896f929c021df3979251b7154a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:49:02 +0000 Subject: [PATCH] build(deps): Bump actions/upload-artifact from 3 to 4 (#210) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 330fc3e..139a3d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: JRELEASER_PLATFORM_OVERRIDE: ${{ matrix.job.jreleaser_platform }} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: artifacts @@ -109,7 +109,7 @@ jobs: out/jreleaser/assemble/sdkman-cli-native/archive/*.zip - name: JReleaser output if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: jreleaser-${{ matrix.job.target }} @@ -145,7 +145,7 @@ jobs: - name: JReleaser output if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: jreleaser-release