diff --git a/.github/workflows/call-sync-repos.yaml b/.github/workflows/call-sync-repos.yaml index a1ebaf0f2..3f95a303d 100644 --- a/.github/workflows/call-sync-repos.yaml +++ b/.github/workflows/call-sync-repos.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Download InfoManifest CR - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: charts/kubean/templates/ name: info-manifest-cr-file diff --git a/.github/workflows/call-upload-qiniu.yaml b/.github/workflows/call-upload-qiniu.yaml index 48c289e17..e62f9c485 100644 --- a/.github/workflows/call-upload-qiniu.yaml +++ b/.github/workflows/call-upload-qiniu.yaml @@ -51,7 +51,7 @@ jobs: contents: read steps: - name: Download offline tar file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: kubean-offline-tar