Skip to content

Commit 9faba7e

Browse files
committed
Bump upload-artifact action
1 parent e4f509d commit 9faba7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)