Skip to content

Commit 9f109a2

Browse files
chore(deps): update actions/upload-artifact action to v4 (#1498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6dabea2 commit 9f109a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
vendor/bin/phpunit --coverage-clover=coverage.xml
5252
5353
- name: Upload coverage file
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage
5757
path: coverage.xml

0 commit comments

Comments
 (0)