From 118362287dc9bfbe28d02e2e4c15393c9aee570f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bald=C3=A9?= Date: Wed, 30 Apr 2025 22:43:05 +0200 Subject: [PATCH] Update of the file [.github/workflows/build.yml] : change the version of the upload artifact to `v4` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b545cee..f33d13a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: snapcore/action-build@v1 id: snapcraft - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: 'snap' path: ${{ steps.snapcraft.outputs.snap}}