From 9ffedb4d1a2f08ff8fc6a94a2b30660d4eb2a8ec Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 26 Jan 2026 16:49:55 +0100 Subject: [PATCH] snap: switch ci action used to build snap --- .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 c6b3342..7f0d4b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: snapcore/action-build@v1 + - uses: diddlesnaps/snapcraft-multiarch-action@v1 - uses: actions/upload-artifact@v3 with: name: snap