From a328d4a0e54957894c4c2c1dac45dc1fb5a53d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:02:01 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/rnx-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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