Skip to content

Commit

Permalink
chore(ci): update upload-artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 6, 2024
1 parent d55d438 commit 66cff26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/upload-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
path: ${{ inputs.output }}

0 comments on commit 66cff26

Please sign in to comment.