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 2abd0de commit 1aa5b7cCopy full SHA for 1aa5b7c
.github/workflows/php.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Save coverage data
72
if: ${{ matrix.php-versions == '7.4' && matrix.operating-system == 'ubuntu-latest' }}
73
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
74
with:
75
name: build-data
76
path: ${{ github.workspace }}/build
@@ -185,7 +185,7 @@ jobs:
185
- name: Install Composer dependencies
186
run: composer install --no-progress --prefer-dist --optimize-autoloader
187
188
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v3
189
190
191
0 commit comments