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 191bf57 commit 4eb5cb4Copy full SHA for 4eb5cb4
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
robot -d results --exclude car-configurator tests
39
- name: Store Artifact
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
if: success() || failure()
42
with:
43
name: test-results ${{ matrix.python-version }} # Choose a descriptive name for your artifact
0 commit comments