updated action...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-07-14 14:34:57 +03:00
parent 3a3e4acc55
commit ac0acee865

View File

@ -44,13 +44,13 @@ jobs:
photobook.pdf photobook.pdf
- name: Artifacts - build - name: Artifacts - build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: build artifacts name: build artifacts
path: photobook.pdf path: photobook.pdf
- name: Artifacts - dist - name: Artifacts - dist
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: dist artifacts name: dist artifacts
path: dist/photobook-*.zip path: dist/photobook-*.zip