From 5a67046a1d0a962e2d8a2a71af4b7772f962d35e Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 2 Jan 2025 14:46:55 +0800 Subject: [PATCH] ci: Update to latest version of `actions/upload-artifact` --- .github/workflows/phpunit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 752531f..944db6f 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -50,7 +50,7 @@ jobs: run: /usr/local/bin/phpunit --coverage-html=coverage - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: coverage/