Skip to content

Commit 216473b

Browse files
committed
Getting tests to pass
1 parent 5c603a2 commit 216473b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ jobs:
151151

152152
- name: Upload Screenshots
153153
if: failure()
154-
uses: actions/upload-artifact@v2
154+
uses: actions/upload-artifact@v3
155155
with:
156156
name: screenshots
157157
path: tests/Browser/screenshots
158158
- name: Upload Console Logs
159159
if: failure()
160-
uses: actions/upload-artifact@v2
160+
uses: actions/upload-artifact@v3
161161
with:
162162
name: console
163163
path: tests/Browser/console

0 commit comments

Comments
 (0)