Skip to content

Commit 70fbd46

Browse files
committed
Use non deprecated upload-artifact version
1 parent ee367f7 commit 70fbd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Upload Playwright test failure screenshots
160160
if: failure()
161-
uses: actions/upload-artifact@v3
161+
uses: actions/upload-artifact@v4
162162
with:
163163
name: test-failure-screenshots
164164
path: theia-cloud/node/e2e-tests/test-results/**/*.png

0 commit comments

Comments
 (0)