From 446dd4935b20cd7956879b0127dbb2d39bf75b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:07:18 +0000 Subject: [PATCH] chore(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/vercel-pkg.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/vercel-pkg.yml b/.github/workflows/vercel-pkg.yml index ca0d1565..62613db1 100644 --- a/.github/workflows/vercel-pkg.yml +++ b/.github/workflows/vercel-pkg.yml @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-20.04 needs: build_x64_executables steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_x64 path: . @@ -137,7 +137,7 @@ jobs: runs-on: ubuntu-20.04 needs: build_x64_executables steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_x64 path: . @@ -182,7 +182,7 @@ jobs: runs-on: macos-12 needs: build_x64_executables steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_x64 path: . @@ -228,7 +228,7 @@ jobs: runs-on: windows-2022 needs: build_x64_executables steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_x64 path: . @@ -293,11 +293,11 @@ jobs: - build_arm_executables runs-on: ubuntu-20.04 steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_x64 path: . - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_arm path: .