Skip to content

Commit

Permalink
Fix upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jan 31, 2025
1 parent f3fd90b commit e2c2190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: mv build/yaci-cli-${{ env.TAG }}.zip build/yaci-cli-${{ env.TAG }}-${{ env.os_prefix }}-${{ runner.arch }}.zip

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yaci-cli-${{ matrix.os }}
path: |
Expand Down

0 comments on commit e2c2190

Please sign in to comment.