Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:

- name: Upload logs artifact
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: jinks-exist-${{ matrix.exist-version }}-log
path: exist.log
Expand All @@ -168,7 +168,7 @@ jobs:

- name: Upload cypress sceenshots
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: CiM-exist-${{ matrix.exist-version }}-${{ matrix.webcomponents-version || 'default' }}-screenshots
path: test/cypress/screenshots/
2 changes: 1 addition & 1 deletion .github/workflows/demo-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
ls -lh *.xar || echo "No XAR files found!"

- name: Upload XAR artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: demo-apps-xars
path: demo/*.xar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: docker cp db:/exist/logs/exist.log .
- name: Publish log as artifact
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: jinks-deploy-exist-${{ matrix.EXIST_BASE }}.log
path: ./exist.log
Expand Down
Loading