Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Bump actions/upload-artifact from 2 to 3 #52

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
vendor/bin/phpstan analyse
vendor/bin/phpstan analyse -c phpstan.tests.neon.dist
- if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: output
path: tests/**/output
Expand Down