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 8d9783c commit 40fcdb9Copy full SHA for 40fcdb9
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
bash -x ./runner_linux.sh test
29
- name: Archive robot test results
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: robot-test-report-python${{ matrix.python-version }}
33
path: result/log.html
0 commit comments