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 8cbc2d7 commit ff88b20
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 @@ -193,7 +193,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots-${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.dbal }}
name: screenshots-${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel//\*/_ }}-${{ matrix.dbal//\*/_ }}
path: |
tests/Browser/screenshots/
tests/Browser/console/

0 comments on commit ff88b20

Please sign in to comment.