We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90907f + ed96165 commit c51b738Copy full SHA for c51b738
1 file changed
.github/workflows/php.yml
@@ -193,7 +193,7 @@ jobs:
193
194
- name: Save coverage data
195
if: ${{ matrix.php-versions == '8.4' }}
196
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
197
with:
198
name: coverage-data
199
path: ${{ github.workspace }}/build
@@ -255,7 +255,7 @@ jobs:
255
steps:
256
- uses: actions/checkout@v5
257
258
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
259
260
261
0 commit comments