From 9797d4262f4e7ff90da7315abc7ef307dd10bd6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:47:19 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact to v4 --- .github/workflows/fastlane.action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index 2df38554..0e91969b 100644 --- a/.github/workflows/fastlane.action.yaml +++ b/.github/workflows/fastlane.action.yaml @@ -28,7 +28,7 @@ jobs: - name: 'Check secret configuration' run: ./.github/scripts/check_secrets_decryption.sh - name: 'Download Artifact' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'aab-build' - name: 'Generate changelog'