From f4296bf63b666dd8a1a057fb87c4c788b80648f8 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 14 Sep 2024 17:52:28 +0900 Subject: [PATCH] Update upload-artifact action to v4 This change updates the GitHub Actions workflow to use the latest version of the upload-artifact action. The new version might include performance improvements, security patches, and additional features. --- .github/workflows/continuous-integration-pecl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-pecl.yml b/.github/workflows/continuous-integration-pecl.yml index 496ea908..f963dada 100644 --- a/.github/workflows/continuous-integration-pecl.yml +++ b/.github/workflows/continuous-integration-pecl.yml @@ -102,7 +102,7 @@ jobs: - name: Upload Valgrind log file if: steps.build_extension.outcome == 'failure' || steps.run_pecl_demo.outcome == 'failure' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: valgrind-log path: valgrind-out.txt