fix: downgrade upload-artifact v4 to v3 for Gitea compatibility
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
go build -o ../wgrplane-linux-${{ matrix.goarch }} .
|
||||
|
||||
- name: Upload binary artifact
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
||||
uses: actions/upload-artifact@ff15f03
|
||||
with:
|
||||
name: wgrplane-linux-${{ matrix.goarch }}
|
||||
path: wgrplane-linux-${{ matrix.goarch }}
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
EOF
|
||||
|
||||
- name: Upload latest.json artifact
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
|
||||
uses: actions/upload-artifact@ff15f03
|
||||
with:
|
||||
name: latest.json
|
||||
path: latest.json
|
||||
|
||||
Reference in New Issue
Block a user