We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d3d325 + c41a271 commit f5ab0f2Copy full SHA for f5ab0f2
1 file changed
.github/workflows/php.yml
@@ -208,7 +208,7 @@ jobs:
208
209
- name: Save coverage data
210
if: ${{ matrix.php-versions == '8.3' }}
211
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
212
with:
213
name: coverage-data
214
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270
steps:
271
- uses: actions/checkout@v5
272
273
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
274
275
276
0 commit comments