We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 778ed50 + 72dae0d commit 62584adCopy full SHA for 62584ad
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@v6
+ uses: actions/upload-artifact@v7
197
with:
198
name: coverage-data
199
path: ${{ github.workspace }}/build
@@ -255,7 +255,7 @@ jobs:
255
steps:
256
- uses: actions/checkout@v6
257
258
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
259
260
261
0 commit comments