We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da09ad commit 3635373Copy full SHA for 3635373
.github/workflows/unit_tests.yml
@@ -93,7 +93,7 @@ jobs:
93
Scripts/prepare_simulator.sh
94
Scripts/run_unit_tests.sh
95
- name: Check on failures (Archive Test Results)
96
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
97
if: steps.unit_tests.outcome != 'success'
98
with:
99
name: build-logs-${{ matrix.device }}-${{ matrix.os }}
0 commit comments