From 855b62a9cc7500a869223c0f12e99c929ae7adbe Mon Sep 17 00:00:00 2001 From: Logiar Date: Mon, 2 Dec 2024 14:06:27 +0100 Subject: [PATCH] Revert version. --- .github/workflows/solve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solve.yaml b/.github/workflows/solve.yaml index 2ea3416..944d306 100644 --- a/.github/workflows/solve.yaml +++ b/.github/workflows/solve.yaml @@ -23,7 +23,7 @@ jobs: kotlin $script 2>&1 | tee -a solutions-output.txt done - name: Upload Solutions Output - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: solutions-output path: solutions-output.txt