From 745617c6e56a6e2c83f0e9cd5d7330b570bc9cf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:11:24 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 --- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7c36ce55..520a5db1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Download APK from build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: apk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bbadc79..8fe9d87e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Download APK from build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: apk