From e538ec80d00a30e37b044ee4441bb3513cee5cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:50:12 -0500 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6 to 7 (#1097) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d7b2ae16..d12f1fa8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -71,7 +71,7 @@ jobs: run: mkdir ${{ github.workspace }}/temp - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1df5971f..36cd80b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,7 +115,7 @@ jobs: run: mkdir ${{ github.workspace }}/temp - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp