diff --git a/.gitea/workflows/linux_arm64.yaml b/.gitea/workflows/linux_arm64.yaml index 5c17660..23eb49f 100644 --- a/.gitea/workflows/linux_arm64.yaml +++ b/.gitea/workflows/linux_arm64.yaml @@ -27,7 +27,7 @@ jobs: run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64 - name: Upload ARM64 artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: linux-arm64 path: ./artifacts/linux-arm64 \ No newline at end of file