chore: Reverted upload artifacts version
Some checks failed
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Docker Linux x64 / build-docker-linux-x64 (push) Failing after 4m12s

This commit is contained in:
2025-12-12 19:44:29 +01:00
parent cd27ecd64b
commit fb328b9abb

View File

@@ -27,7 +27,7 @@ jobs:
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64 run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
- name: Upload ARM64 artifact - name: Upload ARM64 artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: linux-arm64 name: linux-arm64
path: ./artifacts/linux-arm64 path: ./artifacts/linux-arm64