chore(deps): downgrade actions/upload-artifact and actions/download-artifact to v3
Build And Test / build (push) Successful in 51s
Build And Test / Build and Publish Docker Image (push) Failing after 45s

This commit is contained in:
Matthias Hinrichs
2025-11-22 02:30:13 +01:00
parent 641b503117
commit ed25e4a200
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
- run: go mod download - run: go mod download
- run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers . - run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers .
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v3
with: with:
name: manage-servers-binary name: manage-servers-binary
path: manage-servers path: manage-servers
@@ -45,7 +45,7 @@ jobs:
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.hnrx.net \ echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.hnrx.net \
--username "${{ secrets.DOCKER_USERNAME }}" --password-stdin --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v3
with: with:
name: manage-servers-binary name: manage-servers-binary
path: . path: .