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