Skip to content

Commit e2082ce

Browse files
committed
upgraded CI
1 parent e7f1c07 commit e2082ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
fail_ci_if_error: true
6767
verbose: true
6868
token: ${{ secrets.CODECOV_TOKEN }}
69-
# - name: Upload coverage report to GitHub.com
70-
# uses: actions/upload-artifact@v2
71-
# with:
72-
# name: Code Coverage Report
73-
# path: build/.phpunit/code-coverage/*
69+
- name: Upload coverage report to GitHub.com
70+
uses: actions/upload-artifact@v4
71+
with:
72+
name: Code Coverage Report
73+
path: build/.phpunit/code-coverage/*
7474
run-rector:
7575
name: rector
7676
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)