Revert version.
All checks were successful
Solve / example-action (push) Successful in 17s

This commit is contained in:
Lars Mikal Rogne 2024-12-02 11:50:37 +01:00
parent a9e669648b
commit 62623ab938
No known key found for this signature in database

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