diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 138566b..53973b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,9 +47,11 @@ jobs: with: name: test-results-${{ matrix.env.NAME }} path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml + overwrite: true - name: Upload log artifacts (on failure) uses: actions/upload-artifact@v4 if: failure() with: - name: test-results-${{ matrix.env.NAME }} + name: logs-${{ matrix.env.NAME }} path: ${{ env.BASEDIR }}/target_ws/log/* + overwrite: true