We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551cc5f commit 184bff9Copy full SHA for 184bff9
.github/workflows/php.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Cache Composer packages
54
id: composer-cache
55
- uses: actions/cache@v2
+ uses: actions/cache@v4
56
with:
57
path: vendor
58
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -76,7 +76,7 @@ jobs:
76
run: vendor/bin/phpstan analyse
77
78
- name: Archive failed tests artifacts - test output & log
79
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
80
if: failure()
81
82
name: test-outputs-php-${{ matrix.php-versions }}
0 commit comments