From 42aa378938111058dd03e7575a07838b4d9ca44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:45:19 -0400 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 6 (#1022) 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 8330bb6f..b49aefe8 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@v5 + uses: actions/download-artifact@v6 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 679db247..fe75686d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,7 +109,7 @@ jobs: run: mkdir ${{ github.workspace }}/temp - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: android_artifacts_* path: ${{ github.workspace }}/temp