1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Use rolling tag (#946)

This commit is contained in:
Andreas Möller
2024-02-13 16:00:23 +01:00
committed by GitHub
parent 8dcd9e94bd
commit 3a09a53201

View File

@@ -55,7 +55,7 @@ jobs:
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"
- name: "Send code coverage report to codecov.io"
uses: "codecov/codecov-action@v4.0.1"
uses: "codecov/codecov-action@v4"
with:
files: ".build/phpunit/logs/clover.xml"