From 7f6ff332b5a75432d3990b372bca2b5f0086a435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:54:47 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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