From 73de9484c457a52738e539254fe1947945ad276a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:33:30 +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 963a0560..bc427109 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'