From 6d44081fa30853c0d5a1c19b6e56ca5eafe16593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:10:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 155e86191..8098b9cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: - name: Compile phar run: tools/box compile - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: commercetools-php-sdk-${{ steps.branch_name.outputs.SOURCE_TAG }}.phar path: commercetools-php-sdk.phar