Skip to content

Commit 78de812

Browse files
committed
Merge branch 'master' into release-2.1
2 parents aee575c + 6c98eba commit 78de812

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save coverage data
9696
if: ${{ matrix.php-versions == '8.5' }}
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -254,7 +254,7 @@ jobs:
254254
steps:
255255
- uses: actions/checkout@v6
256256

257-
- uses: actions/download-artifact@v7
257+
- uses: actions/download-artifact@v8
258258
with:
259259
name: coverage-data
260260
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)