From f6a2c15719b8f97dad67da23c3109f5c4f68f4dc Mon Sep 17 00:00:00 2001 From: Lars Mikal Rogne Date: Mon, 2 Dec 2024 11:45:46 +0100 Subject: [PATCH] Version wasn't saved, oops. --- .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 ae63fd0..a9690bd 100644 --- a/.github/workflows/solve.yaml +++ b/.github/workflows/solve.yaml @@ -23,7 +23,7 @@ jobs: kotlin $script done | tee solutions-output.txt - name: Upload Solutions Output - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: solutions-output path: solutions-output.txt