Skip to content

Commit

Permalink
Fix GitHub Actions upload artefact v4 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox authored Oct 14, 2024
1 parent 5b3f939 commit c786d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots
name: screenshots-${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.dbal }}
path: |
tests/Browser/screenshots/
tests/Browser/console/

0 comments on commit c786d79

Please sign in to comment.