We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f50a707 + ee83ffb commit 158dc6bCopy full SHA for 158dc6b
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
@@ -251,7 +251,7 @@ jobs:
251
steps:
252
- uses: actions/checkout@v5
253
254
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
255
256
257
0 commit comments