File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 cd "SporeModder FX"
5151 java -jar SporeModderFX.jar pack ../Projects/SpaceStageTimelineFix ../Packages/SpaceStageTimelineFix.package
5252 - name : Upload Packages
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : packages
5656 retention-days : 1
9191 "/p:SporeSDKPath=${{ github.workspace }}\Spore-ModAPI\,SporeLuaSdkPath=${{ github.workspace }}\Spore-LuaAPI\,SporeLauncherPath=${{ github.workspace }}\" `
9292 "/p:OutDir=${{ github.workspace }}\coreLibs\" /clp:Summary /v:m
9393 - name : Upload DLL
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v7
9595 with :
9696 name : dll
9797 retention-days : 1
@@ -108,7 +108,7 @@ jobs:
108108 contents : write
109109 steps :
110110 - uses : actions/checkout@v4
111- - uses : actions/download-artifact@v4
111+ - uses : actions/download-artifact@v8
112112 with :
113113 path : ${{ github.workspace }}/Sporemod
114114 merge-multiple : true
@@ -142,7 +142,7 @@ jobs:
142142 custom : ' -j -9'
143143
144144 - name : Upload sporemod artifact
145- uses : actions/upload-artifact@v4
145+ uses : actions/upload-artifact@v7
146146 with :
147147 name : sporemod
148148 retention-days : 30
You can’t perform that action at this time.
0 commit comments