We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226d10c commit b714f6eCopy full SHA for b714f6e
.github/workflows/php.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Save coverage data
76
if: ${{ matrix.php-versions == '8.0' && matrix.operating-system == 'ubuntu-latest' }}
77
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
78
with:
79
name: build-data
80
path: ${{ github.workspace }}/build
@@ -175,7 +175,7 @@ jobs:
175
- name: Install Composer dependencies
176
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
177
178
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
179
180
181
0 commit comments