Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-02-13T18:00:23+03:00

Commit: 
https://github.com/php/web-php/commit/3a09a532014de910407a1e1f08c11125847721e9
Raw diff: 
https://github.com/php/web-php/commit/3a09a532014de910407a1e1f08c11125847721e9.diff

Fix: Use rolling tag (#946)

Changed paths:
  M  .github/workflows/integrate.yaml


Diff:

diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 4c4718951c..e4d6abcd00 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -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"
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to