We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7a4991 + 7ba8d32 commit 5b11946Copy full SHA for 5b11946
1 file changed
.github/workflows/php.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Save coverage data
96
if: ${{ matrix.php-versions == '8.5' }}
97
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
98
with:
99
name: coverage-data
100
path: ${{ github.workspace }}/build
@@ -261,7 +261,7 @@ jobs:
261
steps:
262
- uses: actions/checkout@v5
263
264
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
265
266
267
0 commit comments