Version wasn't saved, oops.
Some checks failed
Solve / example-action (push) Failing after 25s

This commit is contained in:
Lars Mikal Rogne 2024-12-02 11:45:46 +01:00
parent a34963df78
commit f6a2c15719
No known key found for this signature in database

View File

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