Merge pull request 'chore(deps): update actions/upload-artifact action to v5' (#14) from renovate/actions-upload-artifact-5.x into main
Build And Test / build (push) Failing after 1m3s
Build And Test / Build and Publish Docker Image (push) Has been skipped

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2025-11-22 01:25:59 +00:00
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- run: go mod download
- run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v5
with:
name: manage-servers-binary
path: manage-servers