Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
run: php scripts/build-phar.php

- name: Upload the PHPCS phar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: phpcs-phar
path: ./phpcs.phar
if-no-files-found: error
retention-days: 28

- name: Upload the PHPCBF phar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: phpcbf-phar
path: ./phpcbf.phar
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Download the PHPCS phar
if: ${{ matrix.custom_ini == false }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: phpcs-phar

Expand Down