From 54bdacbdf941bd1e568fff93c222e54b48d05af8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:22:41 +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'