From c5e7eb6617f3ebf6adcf6218f54e88a641deff0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:51:40 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/android-play-store.yaml | 2 +- .github/workflows/linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-play-store.yaml b/.github/workflows/android-play-store.yaml index 02b1d7b6..7e10cd7d 100644 --- a/.github/workflows/android-play-store.yaml +++ b/.github/workflows/android-play-store.yaml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: Ricochlime-Android-PlayStore path: output diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2896a9c9..c1a376f8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -205,7 +205,7 @@ jobs: sudo apt install libfuse2 - name: Download app archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: Ricochlime-Archive-x86_64