Skip to content

Commit 184bff9

Browse files
committed
updated gh actions modules versions to stop warnings
1 parent 551cc5f commit 184bff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Cache Composer packages
5454
id: composer-cache
55-
uses: actions/cache@v2
55+
uses: actions/cache@v4
5656
with:
5757
path: vendor
5858
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -76,7 +76,7 @@ jobs:
7676
run: vendor/bin/phpstan analyse
7777

7878
- name: Archive failed tests artifacts - test output & log
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
if: failure()
8181
with:
8282
name: test-outputs-php-${{ matrix.php-versions }}

0 commit comments

Comments
 (0)