Skip to content

Commit 806dd61

Browse files
Update GitHub Artifact Actions
1 parent 5923239 commit 806dd61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)