diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e658ffb910..844b6378b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: python -m pip install --upgrade pip pip install gitpython requests - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Debug APK path: artifacts/debug-apk @@ -124,7 +124,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 # Note the # and () symbols are not supported in GitHub Release filenames, even manually - name: Export APK_NAME for later use run: echo "APK_NAME=Lawnchair.Debug.${{ github.ref_name }}.Nightly-CI_${{ github.run_number }}-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index f696064585..ed149ec0bd 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Release APK path: artifacts/release-apk @@ -88,7 +88,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Release APK path: artifacts/release-apk