We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3047318 commit 7f12791Copy full SHA for 7f12791
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
msbuild "Spore ModAPI" -t:BuildCombinedDll -p:BuildVer=$count -p:Config=Release
30
31
- name: Upload compiled files
32
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4
33
with:
34
name: compiled-modapi-dlls
35
path: |
0 commit comments