Skip to content

Commit e1ea8f8

Browse files
committed
Bump actions
1 parent c2d4abd commit e1ea8f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270270
# steps:
271271
# - uses: actions/checkout@v4
272272
#
273-
# - uses: actions/download-artifact@v4
273+
# - uses: actions/download-artifact@v4=8
274274
# with:
275275
# name: coverage-data
276276
# path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)