From fff281d1d41cc305d27cf430ead127a6261cf65a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:56:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 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/ci.yml | 2 +- .github/workflows/master.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76445ae..8b395ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: run: npm install -g appium - name: Download build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Binaries diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2fab979..f3556dd 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -129,7 +129,7 @@ jobs: run: npm install -g appium - name: Download build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Binaries @@ -161,7 +161,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Binaries