Skip to content

Commit 5d51a30

Browse files
committed
Update actions/upload-artifact version to v4
1 parent 5a9ea4c commit 5d51a30

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
@@ -84,7 +84,7 @@ jobs:
8484
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
8585

8686
- name: "Upload coverage file"
87-
uses: "actions/upload-artifact@v2"
87+
uses: "actions/upload-artifact@v4"
8888
with:
8989
name: "phpunit-${{ matrix.php-version }}-${{ matrix.deps }}-${{ hashFiles('composer.lock') }}.coverage"
9090
path: "coverage.xml"

0 commit comments

Comments
 (0)