Skip to content

Commit a7a90c9

Browse files
committed
Updated version actions/upload-artifact
1 parent 1084fdf commit a7a90c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
CI: true
8383

8484
- name: Upload Failed Screenshots
85-
uses: actions/upload-artifact@v4.6
85+
uses: actions/upload-artifact@v4
8686
if: failure()
8787
with:
88-
name: screenshots
88+
name: screenshots>
8989
path: tests/Browser/screenshots/*

0 commit comments

Comments
 (0)