From f539971cffc66efe4dc86c2ab39dfd7947cd30dc Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:53:14 +0100 Subject: [PATCH] Update deprecated GitHub action The GitHub action upload-artifact version 3 is deprecated, so update it to version 4. Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- .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 18828e8..92bc627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: args: release --snapshot --clean - name: Store package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: deb-package path: |