From 83629214d4ca8b97cab346d46064bad06b6bc0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:07:07 +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/deploy_beta.yml | 4 ++-- .github/workflows/deploy_release.yml | 4 ++-- .github/workflows/deploy_release_android.yml | 2 +- .github/workflows/deploy_release_ios.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_beta.yml b/.github/workflows/deploy_beta.yml index 4f98372..34fecac 100644 --- a/.github/workflows/deploy_beta.yml +++ b/.github/workflows/deploy_beta.yml @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download AAB - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: android-aab @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download IPA - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ios-ipa diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 0d6fa92..ecc023a 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download AAB - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: android-aab @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download IPA - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ios-ipa diff --git a/.github/workflows/deploy_release_android.yml b/.github/workflows/deploy_release_android.yml index baf497c..32f5732 100644 --- a/.github/workflows/deploy_release_android.yml +++ b/.github/workflows/deploy_release_android.yml @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download AAB - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: android-aab diff --git a/.github/workflows/deploy_release_ios.yml b/.github/workflows/deploy_release_ios.yml index f40e2d3..16580d8 100644 --- a/.github/workflows/deploy_release_ios.yml +++ b/.github/workflows/deploy_release_ios.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download IPA - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ios-ipa