From 66cff2691761436ec22be5a612f32c1078fd662e Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 6 Nov 2024 11:27:59 +0100 Subject: [PATCH] chore(ci): update upload-artifacts to v4 --- .github/workflows/actions/upload-archive/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/upload-archive/action.yml b/.github/workflows/actions/upload-archive/action.yml index bd315874f..4496077d6 100644 --- a/.github/workflows/actions/upload-archive/action.yml +++ b/.github/workflows/actions/upload-archive/action.yml @@ -13,7 +13,7 @@ runs: - name: Create Archive run: zip -q -r ${{ inputs.output }} ${{ inputs.paths }} shell: bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ inputs.name }} - path: ${{ inputs.output }} \ No newline at end of file + path: ${{ inputs.output }}