We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b1b5fe + 3661695 commit 149d431Copy full SHA for 149d431
1 file changed
.github/workflows/deployment.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
go run ./cmd/gen-docs --website --doc-path dist/manual
64
tar -czvf dist/manual.tar.gz -C dist -- manual
65
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
66
with:
67
name: linux
68
if-no-files-found: error
@@ -134,7 +134,7 @@ jobs:
134
135
shopt -s failglob
136
script/pkgmacos "$TAG_NAME"
137
138
139
name: macos
140
@@ -238,7 +238,7 @@ jobs:
238
Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object {
239
.\script\sign.ps1 $_.FullName
240
}
241
242
243
name: windows
244
0 commit comments