Skip to content

Commit d4cf24a

Browse files
committed
bump action dependency
1 parent f678ac0 commit d4cf24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353

5454
- name: Upload Screenshots
5555
if: failure()
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: screenshots
5959
path: tests/Browser/screenshots
6060

6161
- name: Upload Console Logs
6262
if: failure()
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: console
6666
path: tests/Browser/console

0 commit comments

Comments
 (0)