diff --git a/.github/workflows/rnx-build.yml b/.github/workflows/rnx-build.yml index 74b07c26a..8c67dd063 100644 --- a/.github/workflows/rnx-build.yml +++ b/.github/workflows/rnx-build.yml @@ -197,7 +197,7 @@ jobs: if: ${{ github.event.inputs.distribution != 'local' && !cancelled() && !failure() }} # `success()` excludes skipped jobs steps: - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.event.inputs.platform }}-artifact - name: Display structure of build artifact