From eb78f8242ca9c2a826d194b5079bb2a804c310f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:33 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f054b9d..e96244e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,13 +49,13 @@ jobs: needs: build steps: # fetch the build folder - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: build-firefox path: build-firefox # fetch the build folder - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: build-chrome path: build-chrome @@ -108,7 +108,7 @@ jobs: - uses: actions/checkout@v2 # fetch the build folder - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: build-firefox path: build-firefox @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v2 # fetch the build folder - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: build-chrome path: build-chrome