From 35982aa3458c888a153e94de38abc7beeda9d9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:36:43 -0500 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 (#1179) 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 d12f1fa8..2f8b59c0 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@v7 + uses: actions/download-artifact@v8 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36cd80b8..33028a9f 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@v7 + uses: actions/download-artifact@v8 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp