From a518b16b6bdc25cd99a28e4bef94854b94c1d068 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Fri, 14 Nov 2025 11:34:36 +0100 Subject: [PATCH] ci: update artifact path in backend integration test workflow --- .github/workflows/backend-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 48082f60..17cdb830 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -306,7 +306,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: recordings-test-${{ matrix.storage-provider }}-openvidu-meet-logs - path: backend/meet_backend.log + path: meet_backend.log retention-days: 2 - name: Clean up credentials