We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12bf395 + 0137a60 commit f3eb3aaCopy full SHA for f3eb3aa
1 file changed
.github/workflows/php.yml
@@ -205,7 +205,7 @@ jobs:
205
206
- name: Save coverage data
207
if: ${{ matrix.php-versions == '8.3' }}
208
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
209
with:
210
name: coverage-data
211
path: ${{ github.workspace }}/build
@@ -267,7 +267,7 @@ jobs:
267
steps:
268
- uses: actions/checkout@v5
269
270
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
271
272
273
0 commit comments