From 6e285418a192351f6c5e67aa356d76bb297a1873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:46:37 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...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 | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 16a6d52c02..314fe24455 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -181,7 +181,7 @@ jobs: ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}" - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.FPM_RELEASE }} path: ${{ env.FPM_RELEASE }} @@ -257,7 +257,7 @@ jobs: move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: fpm-installer path: ci/fpm-installer-${{ env.VERSION }}.exe diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4b030d5a9..8ab186d7f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: PREFIX: fpm-${{ env.VERSION }}/ - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.OUTPUT }} path: ${{ env.OUTPUT }} @@ -104,7 +104,7 @@ jobs: ${{ env.EXE }} build - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.OUTPUT }} path: ${{ env.OUTPUT }}