From 736dd192778e5ae830a0e1b4a570c92ea193d82b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:34:49 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/actions/artifact-upload/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/artifact-upload/action.yaml b/.github/actions/artifact-upload/action.yaml index 1111ce3029..8d4ca1970d 100644 --- a/.github/actions/artifact-upload/action.yaml +++ b/.github/actions/artifact-upload/action.yaml @@ -40,7 +40,7 @@ runs: run: cd ${{ inputs.folder }} && zip artifacts.zip . -r - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.name }} path: ${{ inputs.folder }}/artifacts.zip