We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0070b0e + 1aeb810 commit b41cd53Copy full SHA for b41cd53
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@v6
+ uses: actions/upload-artifact@v7
99
with:
100
name: coverage-data
101
path: ${{ github.workspace }}/build
@@ -273,7 +273,7 @@ jobs:
273
steps:
274
- uses: actions/checkout@v6
275
276
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
277
278
279
0 commit comments