We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d60ff0 commit 46ca4ecCopy full SHA for 46ca4ec
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
@@ -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