From b06d0feb86d40774030294d4809d5515bebc0403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:12:02 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 | datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v3 | v4 | --- .github/workflows/phar-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phar-creation.yml b/.github/workflows/phar-creation.yml index 9aced381..b1e8f56b 100644 --- a/.github/workflows/phar-creation.yml +++ b/.github/workflows/phar-creation.yml @@ -35,7 +35,7 @@ jobs: run: "vendor/bin/phing phar-build phar-sign" - name: "Upload phar file artifact" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: composer-require-checker.phar path: |