chore: upgrade GitHub Actions artifact actions (#1339)

This commit is contained in:
houseme
2026-01-02 12:29:59 +08:00
committed by GitHub
parent cf53a9d84a
commit 134e7e237c
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ jobs:
helm package ./helm/rustfs --destination helm/rustfs/ --version "0.0.$package_version"
- name: Upload helm package as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: helm-package
path: helm/rustfs/*.tgz
@@ -74,7 +74,7 @@ jobs:
token: ${{ secrets.RUSTFS_HELM_PACKAGE }}
- name: Download helm package
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: helm-package
path: ./