We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c21582 + 9a99af1 commit 7d85309Copy full SHA for 7d85309
1 file changed
.github/workflows/php.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Save coverage data
97
if: ${{ matrix.php-versions == '8.5' }}
98
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
99
with:
100
name: coverage-data
101
path: ${{ github.workspace }}/build
@@ -252,7 +252,7 @@ jobs:
252
steps:
253
- uses: actions/checkout@v5
254
255
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
256
257
258
0 commit comments