From 983cdbb31d71c3a6b6d73f7924ce85a1a7c34ef7 Mon Sep 17 00:00:00 2001 From: Valeri Date: Sat, 31 Aug 2024 21:00:12 +0300 Subject: [PATCH] CI: Update AUR action --- .github/workflows/aur-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur-publish.yml b/.github/workflows/aur-publish.yml index 4a7f2d3..a43583a 100644 --- a/.github/workflows/aur-publish.yml +++ b/.github/workflows/aur-publish.yml @@ -20,7 +20,7 @@ jobs: envsubst '$PKGBUILD_VERSION,$PKGBUILD_REF' < .github/PKGBUILD.in > PKGBUILD - name: Upload to AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.7.0 + uses: KSXGitHub/github-actions-deploy-aur@v3 with: pkgname: nxdumpclient pkgbuild: ./PKGBUILD