We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba72abe + 6954994 commit d9b4756Copy full SHA for d9b4756
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@v6
+ uses: actions/upload-artifact@v7
212
with:
213
name: coverage-data
214
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270
steps:
271
- uses: actions/checkout@v6
272
273
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
274
275
276
0 commit comments