We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3099b0c commit 054dacaCopy full SHA for 054daca
.github/workflows/php.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Save coverage data
73
if: ${{ matrix.php-versions == '7.4' && matrix.operating-system == 'ubuntu-latest' }}
74
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
75
with:
76
name: build-data
77
path: ${{ github.workspace }}/build
@@ -186,7 +186,7 @@ jobs:
186
- name: Install Composer dependencies
187
run: composer install --no-progress --prefer-dist --optimize-autoloader
188
189
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v3
190
191
192
0 commit comments