File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 cd "SporeModder FX"
5151 java -jar SporeModderFX.jar pack ../Projects/LuaSpore ../Packages/LuaSpore.package
5252 - name : Upload Packages
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : packages
5656 retention-days : 1
9494 "/p:SporeSDKPath=${{ github.workspace }}\Spore-ModAPI\,SporeLauncherPath=${{ github.workspace }}\" `
9595 "/p:OutDir=${{ github.workspace }}\coreLibs\" /clp:Summary /v:m
9696 - name : Upload DLL
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : dll
100100 retention-days : 1
@@ -112,7 +112,7 @@ jobs:
112112 contents : write
113113 steps :
114114 - uses : actions/checkout@v4
115- - uses : actions/download-artifact@v4
115+ - uses : actions/download-artifact@v6
116116 with :
117117 path : ${{ github.workspace }}/Sporemod
118118 merge-multiple : true
@@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Upload sporemod artifact
160160 if : ${{ ! contains(github.ref_type, 'tag') }}
161- uses : actions/upload-artifact@v4
161+ uses : actions/upload-artifact@v5
162162 with :
163163 name : sporemod
164164 retention-days : 30
You can’t perform that action at this time.
0 commit comments