File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 docker run -i --rm -v $PWD:/churn ${{ matrix.vcs }} /churn/vendor/bin/simple-phpunit -c /churn/phpunit.xml.dist /churn/tests/EndToEnd/${vcs^}Test.php --coverage-clover=/churn/coverage-${{ matrix.vcs }}.xml
115115 sed -i 's/\/churn\/src/\/home\/runner\/work\/${{ github.event.repository.name }}\/${{ github.event.repository.name }}\/src/g' coverage-${{ matrix.vcs }}.xml
116116
117- - uses : actions/upload-artifact@v3
117+ - uses : actions/upload-artifact@v4
118118 with :
119119 name : coverage
120120 path : ./coverage-${{ matrix.vcs }}.xml
@@ -269,7 +269,7 @@ jobs:
269269 run : diff -u <(build/bin/churn --format=csv | sort) <(./churn.phar --format=csv | sort)
270270
271271 - name : " Save Phar"
272- uses : actions/upload-artifact@v3
272+ uses : actions/upload-artifact@v4
273273 with :
274274 name : churn.phar
275275 path : ./churn.phar
You can’t perform that action at this time.
0 commit comments