From 61c8fc029ac70f15593aa13953ab79ea1922a7ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:03:49 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact to v7 --- .github/workflows/flutter.publish.yml | 2 +- .github/workflows/global.release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter.publish.yml b/.github/workflows/flutter.publish.yml index 32e1f97..87ee2dc 100644 --- a/.github/workflows/flutter.publish.yml +++ b/.github/workflows/flutter.publish.yml @@ -28,7 +28,7 @@ jobs: - name: 'Check secret configuration' run: ./.github/scripts/check_secrets_decryption.sh - name: 'Download Artifact' - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: 'android-aab' - name: 'Setup Ruby' diff --git a/.github/workflows/global.release.yml b/.github/workflows/global.release.yml index 463aa97..c69dbab 100644 --- a/.github/workflows/global.release.yml +++ b/.github/workflows/global.release.yml @@ -58,13 +58,13 @@ jobs: with: fetch-depth: 0 - name: 'Download CHANGELOG artifacts' - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: path: changelog name: changelog - name: 'Download builds artifacts' if: ${{ inputs.artifacts_pattern != '' }} - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: pattern: ${{ inputs.artifacts_pattern }} path: build-artifacts