diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 992ba72..292a605 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -146,7 +146,7 @@ jobs: run: "vendor/bin/simple-phpunit --colors=always --testdox --testsuite churn-tests --coverage-clover=coverage.xml" - name: "Download other code coverage reports" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage @@ -300,7 +300,7 @@ jobs: tools: none - name: Download churn.phar - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: churn.phar @@ -342,7 +342,7 @@ jobs: tools: none - name: Download churn.phar - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: churn.phar