From 56df9dd9912b951cd6f1764d4f80082c09b06bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:12:45 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...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/builds.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b535cfe1..add33697 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -464,19 +464,19 @@ jobs: mv FoundationDB-7.1.29_arm64.pkg archive/ - name: Download linux-editor-deploy-windows-editor artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: linux-editor-deploy-windows-editor path: "./archive/" - name: Download linux-editor-deploy-linux-editor artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: linux-editor-deploy-linux-editor path: "./archive/" - name: Download macos-editor-deploy-macos-editor artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: macos-editor-deploy-macos-editor path: "./archive/" @@ -556,7 +556,7 @@ jobs: uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: archive path: "archive"