From 65a9cde7292185a153a8ca96352c654b22917122 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 29 Jun 2024 15:21:03 +0200 Subject: [PATCH] Issue #189: Upgrade of upload artifact v3 --- .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 bfd1682..4326423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: sh make-package.sh - name: Upload DEB package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ubuntu-deb-package path: ./pdf4qt/build/*.deb