From 004c2588296eb402315184143051034296efbdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:04:45 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index daf9eb1..4594517 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -75,17 +75,17 @@ jobs: steps: - name: Download Linux artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: linux - name: Download Mac artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: osx - name: Download Windows artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: windows