Skip to content

Commit 75b445c

Browse files
chore(deps): update actions/upload-artifact action to v4 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 108302e commit 75b445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
4747

4848
- name: "Upload coverage file"
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
5252
path: "coverage.xml"

0 commit comments

Comments
 (0)