From ff2e897b42f4a3853b14db7ee6147ea9dc45cc7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:39:41 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cbb38d4a..48900916 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -78,7 +78,7 @@ jobs: DB_PORT: ${{ job.services.mysql.ports[3306] }} if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == 8.1 && matrix.stability == 'prefer-stable' }} - name: Save code coverage to artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.php == 8.1 with: name: code-coverage @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Fetch code coverage artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: code-coverage - name: Upload coverage to Codecov