From 95a68a1d049edbda1caf46aa2e52b98fd963a922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:30:39 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pkg-installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index 947906d08f..e3d811edff 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -147,7 +147,7 @@ jobs: # name: macos-14-arm64 steps: - name: Download installer from GitHub Actions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: "${{ needs.build.outputs.installer_path }}" @@ -193,7 +193,7 @@ jobs: contents: write steps: - name: Download installer from GitHub Actions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: "${{ needs.build.outputs.installer_path }}"