From 17568628007e9228531ebc1ed3901c48b69f1c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:06:12 +0000 Subject: [PATCH] build(deps): Bump actions/upload-artifact from 3 to 4 (#202) --- .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 4dc5fc6..a27fbb3 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