From 3450a894ca6c699d74750858a855eafcfcd1dbaa Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:13:46 -0500 Subject: [PATCH] fix aur build --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ef8a93cadfb..cb4d67695fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -217,7 +217,7 @@ jobs: mv ./build/PKGBUILD ./artifacts/ - name: Validate package - uses: hapakaien/archlinux-package-action@v2.2.0 + uses: LizardByte/archlinux-package-action@master with: path: artifacts flags: '--syncdeps --noconfirm'