Revert version.

This commit is contained in:
2024-12-02 14:06:27 +01:00
parent 548ea3bd19
commit 855b62a9cc

View File

@@ -23,7 +23,7 @@ jobs:
kotlin $script 2>&1 | tee -a solutions-output.txt kotlin $script 2>&1 | tee -a solutions-output.txt
done done
- name: Upload Solutions Output - name: Upload Solutions Output
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: solutions-output name: solutions-output
path: solutions-output.txt path: solutions-output.txt