Skip to content

Commit f1d0afa

Browse files
Update GitHub Artifact Actions
1 parent f60ef18 commit f1d0afa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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/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
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)