Skip to content

Commit

Permalink
chore: upgrade artifact actions version 4 (#550)
Browse files Browse the repository at this point in the history
(cherry picked from commit e97ceb7)
  • Loading branch information
JashBook committed Feb 6, 2025
1 parent 294213c commit 5c974d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-kbcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,15 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload kbcli Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TAG_NAME }}-kbcli
path: |
./dist/*.tar.gz
./dist/*.zip
if-no-files-found: error
retention-days: 1
overwrite: true

upload-release-assert:
needs: gorelease-assert
Expand All @@ -114,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Kbcli Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
name: ${{ env.TAG_NAME }}-kbcli
path: ${{ github.workspace }}/dist
Expand Down

0 comments on commit 5c974d2

Please sign in to comment.