Merge pull request #12315 from cli/dependabot/github_actions/actions/upload-artifact-6

chore(deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
Kynan Ware 2026-01-23 11:18:50 -07:00 committed by GitHub
commit c8335e3f55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ jobs:
run: |
go run ./cmd/gen-docs --website --doc-path dist/manual
tar -czvf dist/manual.tar.gz -C dist -- manual
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: linux
if-no-files-found: error
@ -150,7 +150,7 @@ jobs:
run: |
shopt -s failglob
script/pkgmacos "$TAG_NAME"
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: macos
if-no-files-found: error
@ -263,7 +263,7 @@ jobs:
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
.\script\sign.ps1 $_.FullName
}
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: windows
if-no-files-found: error