Skip to content

Commit 149d431

Browse files
authored
Merge pull request cli#12031 from cli/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 0b1b5fe + 3661695 commit 149d431

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
go run ./cmd/gen-docs --website --doc-path dist/manual
6464
tar -czvf dist/manual.tar.gz -C dist -- manual
65-
- uses: actions/upload-artifact@v4
65+
- uses: actions/upload-artifact@v5
6666
with:
6767
name: linux
6868
if-no-files-found: error
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
shopt -s failglob
136136
script/pkgmacos "$TAG_NAME"
137-
- uses: actions/upload-artifact@v4
137+
- uses: actions/upload-artifact@v5
138138
with:
139139
name: macos
140140
if-no-files-found: error
@@ -238,7 +238,7 @@ jobs:
238238
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
239239
.\script\sign.ps1 $_.FullName
240240
}
241-
- uses: actions/upload-artifact@v4
241+
- uses: actions/upload-artifact@v5
242242
with:
243243
name: windows
244244
if-no-files-found: error

0 commit comments

Comments
 (0)