Skip to content

Commit c8335e3

Browse files
authored
Merge pull request #12315 from cli/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 970a1eb + aba49aa commit c8335e3

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
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
go run ./cmd/gen-docs --website --doc-path dist/manual
7272
tar -czvf dist/manual.tar.gz -C dist -- manual
73-
- uses: actions/upload-artifact@v5
73+
- uses: actions/upload-artifact@v6
7474
with:
7575
name: linux
7676
if-no-files-found: error
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
shopt -s failglob
152152
script/pkgmacos "$TAG_NAME"
153-
- uses: actions/upload-artifact@v5
153+
- uses: actions/upload-artifact@v6
154154
with:
155155
name: macos
156156
if-no-files-found: error
@@ -263,7 +263,7 @@ jobs:
263263
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
264264
.\script\sign.ps1 $_.FullName
265265
}
266-
- uses: actions/upload-artifact@v5
266+
- uses: actions/upload-artifact@v6
267267
with:
268268
name: windows
269269
if-no-files-found: error

0 commit comments

Comments
 (0)