fix: downgrade upload-artifact v4 to v3 for Gitea compatibility
Release / build (amd64) (push) Failing after 56s
Release / build (arm64) (push) Failing after 4s

This commit is contained in:
datadunia
2026-05-08 00:06:16 +07:00
parent fa4bf318b6
commit 7b02527200
+2 -2
View File
@@ -60,7 +60,7 @@ jobs:
go build -o ../wgrplane-linux-${{ matrix.goarch }} . go build -o ../wgrplane-linux-${{ matrix.goarch }} .
- name: Upload binary artifact - name: Upload binary artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@ff15f03
with: with:
name: wgrplane-linux-${{ matrix.goarch }} name: wgrplane-linux-${{ matrix.goarch }}
path: wgrplane-linux-${{ matrix.goarch }} path: wgrplane-linux-${{ matrix.goarch }}
@@ -87,7 +87,7 @@ jobs:
EOF EOF
- name: Upload latest.json artifact - name: Upload latest.json artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 uses: actions/upload-artifact@ff15f03
with: with:
name: latest.json name: latest.json
path: latest.json path: latest.json