From aba5394f554c0c07246c03a4e40124af27fd5402 Mon Sep 17 00:00:00 2001 From: Aastha Bist Date: Mon, 16 Sep 2024 16:32:07 +0530 Subject: [PATCH] fix: Update artifact version (#3205) --- .github/workflows/appflow-master.yml | 4 ++-- .github/workflows/appflow-release-branch.yml | 4 ++-- .github/workflows/manual-appflow-1.yml | 4 ++-- .github/workflows/manual-appflow-with-inputs.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/appflow-master.yml b/.github/workflows/appflow-master.yml index e8d7ac8937..89ba2dbde1 100644 --- a/.github/workflows/appflow-master.yml +++ b/.github/workflows/appflow-master.yml @@ -19,7 +19,7 @@ jobs: native-config: staging upload-artifact: Android - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download with: name: 'Android' @@ -47,7 +47,7 @@ jobs: native-config: prod upload-artifact: ios - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: ios with: name: 'ios' diff --git a/.github/workflows/appflow-release-branch.yml b/.github/workflows/appflow-release-branch.yml index e35e4a3e3d..69080675b3 100644 --- a/.github/workflows/appflow-release-branch.yml +++ b/.github/workflows/appflow-release-branch.yml @@ -20,7 +20,7 @@ jobs: native-config: staging upload-artifact: Android - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download with: name: 'Android' @@ -48,7 +48,7 @@ jobs: native-config: prod upload-artifact: ios - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: ios with: name: 'ios' diff --git a/.github/workflows/manual-appflow-1.yml b/.github/workflows/manual-appflow-1.yml index 3c5f45c23f..c693e5b512 100644 --- a/.github/workflows/manual-appflow-1.yml +++ b/.github/workflows/manual-appflow-1.yml @@ -22,7 +22,7 @@ jobs: native-config: staging upload-artifact: Android - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download with: name: 'Android' @@ -50,7 +50,7 @@ jobs: native-config: prod upload-artifact: ios - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: ios with: name: 'ios' diff --git a/.github/workflows/manual-appflow-with-inputs.yml b/.github/workflows/manual-appflow-with-inputs.yml index d3bab97ec8..0e8355a32f 100644 --- a/.github/workflows/manual-appflow-with-inputs.yml +++ b/.github/workflows/manual-appflow-with-inputs.yml @@ -38,7 +38,7 @@ jobs: native-config: prod upload-artifact: Android - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download with: name: 'Android' @@ -71,7 +71,7 @@ jobs: native-config: prod upload-artifact: ios - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: ios with: name: 'ios'