We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db817c commit a0c8d08Copy full SHA for a0c8d08
.github/workflows/php-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
run: composer run-script ci-test
44
45
- name: Upload coverage report
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: coverage-report
49
path: coverage.xml
0 commit comments