Skip to content

Commit e53b2cd

Browse files
committed
Bump upload-artifact action
1 parent be950fc commit e53b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

204204
- name: Save coverage data
205205
if: ${{ matrix.php-versions == '8.3' }}
206-
uses: actions/upload-artifact@v3
206+
uses: actions/upload-artifact@v4
207207
with:
208208
name: coverage-data
209209
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)