1
0
Mirror von https://github.com/mail-in-a-box/mailinabox.git synchronisiert 2026-03-13 17:17:23 +01:00

QA: update to Actions upload-artifact v4

Dieser Commit ist enthalten in:
downtownallday
2024-06-18 13:24:01 -04:00
Ursprung a685955f29
Commit 25439e2bf7

Datei anzeigen

@@ -15,7 +15,7 @@ jobs:
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh run: sudo -E tests/system-setup/remote-nextcloud-docker.sh
- name: test-runner - name: test-runner
run: sudo -E tests/runner.sh -dumpoutput -no-smtp-remote remote-nextcloud ehdd default run: sudo -E tests/runner.sh -dumpoutput -no-smtp-remote remote-nextcloud ehdd default
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: failure() if: failure()
with: with:
name: tests-output name: tests-output