diff --git a/.github/workflows/offscreen.yml b/.github/workflows/offscreen.yml index b184689..fbeb9d5 100644 --- a/.github/workflows/offscreen.yml +++ b/.github/workflows/offscreen.yml @@ -57,9 +57,11 @@ jobs: run: ctest -C ${{env.BUILD_TYPE}} - name: Upload Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: Test Results(${{ matrix.os }}) path: | - build/Testing/Temporary/LastTest.log \ No newline at end of file + build/Testing/Temporary/LastTest.log + out.png + \ No newline at end of file