Skip to content

Commit 3a09a53

Browse files
authored
Fix: Use rolling tag (#946)
1 parent 8dcd9e9 commit 3a09a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"
5656

5757
- name: "Send code coverage report to codecov.io"
58-
uses: "codecov/codecov-action@v4.0.1"
58+
uses: "codecov/codecov-action@v4"
5959
with:
6060
files: ".build/phpunit/logs/clover.xml"
6161

0 commit comments

Comments
 (0)