Skip to content

Commit 4eb5cb4

Browse files
authored
Update to actions/upload-artifact@v4
1 parent 191bf57 commit 4eb5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
robot -d results --exclude car-configurator tests
3939
- name: Store Artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: success() || failure()
4242
with:
4343
name: test-results ${{ matrix.python-version }} # Choose a descriptive name for your artifact

0 commit comments

Comments
 (0)