From 1ec4bced7e3d63cc0f51f2d419b3e0a801fca29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:31:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7494264a..72a717f8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -35,7 +35,7 @@ jobs: matrix: command: [auth, download, purchase, search] steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ipatool path: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 027cc8e1..bbe52780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: arch: [ arm64, amd64 ] steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ipatool-${{ needs.get_version.outputs.version }}-windows-${{ matrix.arch }}.exe path: bin @@ -138,7 +138,7 @@ jobs: arch: [ arm64, amd64 ] steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ipatool-${{ needs.get_version.outputs.version }}-linux-${{ matrix.arch }} path: bin @@ -163,14 +163,14 @@ jobs: - uses: actions/checkout@v2 with: path: ./ipatool - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ipatool-${{ needs.get_version.outputs.version }}-macos-arm64 path: bin - run: tar -czvf $BIN.tar.gz bin/$BIN && rm -rf bin/ env: BIN: ipatool-${{ needs.get_version.outputs.version }}-macos-arm64 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ipatool-${{ needs.get_version.outputs.version }}-macos-amd64 path: bin