From c561835e67449d8a04e7497ef7e8b82f84b9e7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:19:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/real-device.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/real-device.yml b/.github/workflows/real-device.yml index 7ad7fbe8..f46ffd06 100644 --- a/.github/workflows/real-device.yml +++ b/.github/workflows/real-device.yml @@ -64,7 +64,7 @@ jobs: - name: compile run: go build - name: Download mac signed wda from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: signed-wda @@ -104,7 +104,7 @@ jobs: cache: true - name: Download mac release from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: signed-wda diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 196fc395..4ec27254 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: cache: true - name: Download win release from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: windows-build path: ./win-bin @@ -94,7 +94,7 @@ jobs: cache: true - name: Download mac release from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: macos-build path: ./mac-bin @@ -107,7 +107,7 @@ jobs: zip -j go-ios-mac.zip ios - name: Download windows release from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: windows-build path: ./win-bin