Skip to content

Commit

Permalink
Updated version actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Feb 3, 2025
1 parent 1084fdf commit a7a90c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
CI: true

- name: Upload Failed Screenshots
uses: actions/upload-artifact@v4.6
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
name: screenshots>
path: tests/Browser/screenshots/*

0 comments on commit a7a90c9

Please sign in to comment.