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'