diff --git a/.github/workflows/herelink-linux.yml b/.github/workflows/herelink-linux.yml index 7ea738f14..2f1be8ba2 100644 --- a/.github/workflows/herelink-linux.yml +++ b/.github/workflows/herelink-linux.yml @@ -90,7 +90,7 @@ jobs: - name: Save artifact if: matrix.BuildType == 'Release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT }} path: ${{ runner.temp }}/shadow_build_dir/android-build/*.apk