From 5ebe8b8675a1ab7859ce663fdf324ddd53451e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:58:48 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07d8e9f9..4c97b510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: 1.20.2 java: 17 - name: 'Upload GitHub Artifacts 📦' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: HuskHomes diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca968ef3..9cc2456d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: 1.20.2 java: 17 - name: 'Upload GitHub Artifacts 📦' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: HuskHomes path: |