From 1848a33a3d5ad0fd921e4f99ea2d64b53928bbba Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 24 Oct 2024 15:11:23 -0300 Subject: [PATCH] ci: normalize artifacts --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a09bf29e..418027b2 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.2 && matrix.stability == 'prefer-stable' }} - name: Save code coverage to artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.php == 8.2 with: name: code-coverage