Skip to content

Commit b41cd53

Browse files
committed
Merge branch 'master' into release-1.5
2 parents 0070b0e + 1aeb810 commit b41cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Save coverage data
9797
if: ${{ matrix.php-versions == '8.5' }}
98-
uses: actions/upload-artifact@v6
98+
uses: actions/upload-artifact@v7
9999
with:
100100
name: coverage-data
101101
path: ${{ github.workspace }}/build
@@ -273,7 +273,7 @@ jobs:
273273
steps:
274274
- uses: actions/checkout@v6
275275

276-
- uses: actions/download-artifact@v7
276+
- uses: actions/download-artifact@v8
277277
with:
278278
name: coverage-data
279279
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)