We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1e7c7 commit f3005b8Copy full SHA for f3005b8
.github/workflows/codecoverage.yml
@@ -27,7 +27,7 @@ jobs:
27
run: composer install --optimize-autoloader --prefer-dist
28
- run: ./vendor/bin/pest --coverage --coverage-html coverage.html
29
- name: Archive code coverage results
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
31
with:
32
name: code-coverage-report-${{ matrix.php-versions }}
33
path: ./coverage.html
0 commit comments