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