Skip to content

Commit

Permalink
Merge pull request #2954 from DaoCloud/pr/welan/cici
Browse files Browse the repository at this point in the history
ci: update action
  • Loading branch information
weizhoublue authored Feb 9, 2025
2 parents 6b632ee + 2e0a756 commit e9fa9df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo ::set-output name=filepath::${ROOT_DIR}/_upload/${FILENAME}
- name: Upload chart artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
name: charts
path: ${{ steps.package_chart.outputs.filepath }}
Expand All @@ -77,7 +77,7 @@ jobs:
persist-credentials: "true"

- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: charts
path: ./charts/${{ github.event.inputs.project }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo ::set-output name=project_list::${project_list}
- name: Upload chart artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
name: charts
path: _upload
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
persist-credentials: "true"

- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: charts
path: ./
Expand Down

0 comments on commit e9fa9df

Please sign in to comment.