build(deps): bump actions/upload-artifact from 5 to 6 (#2331)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-16 08:58:55 +08:00 committed by GitHub
parent 758f5467d5
commit d2a5f7f0bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
- name: Archive built binaries
if: matrix.helm-version == 'v4.0.1'
run: tar -cvf built-binaries.tar helmfile diff-yamls dyff
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: matrix.helm-version == 'v4.0.1'
with:
name: built-binaries-${{ github.run_id }}