Skip to content

Commit

Permalink
Merge pull request #1057 from kubean-io/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ErikJiang authored Feb 4, 2024
2 parents f5f2936 + 824f9e1 commit 317d87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-offline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
${{ github.ref_name }}/*.sh
- name: Upload InfoManifest CR
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: charts/kubean/templates/manifest.cr.yaml
name: info-manifest-cr-file
2 changes: 1 addition & 1 deletion .github/workflows/call-upload-qiniu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tar -zcvf kubean-${{ github.ref_name }}.tar.gz ${{ github.ref_name }}/
- name: Upload offline tar file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kubean-offline-tar
path: |
Expand Down

0 comments on commit 317d87f

Please sign in to comment.