Skip to content

Commit 3c1fd8a

Browse files
committed
git Merge branch 'master' of github.com:emd4600/Spore-ModAPI
2 parents d0bcdce + 7f12791 commit 3c1fd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
msbuild "Spore ModAPI" -t:BuildCombinedDll -p:BuildVer=$count -p:Config=Release
3030
3131
- name: Upload compiled files
32-
uses: actions/upload-artifact@v3.1.3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: compiled-modapi-dlls
3535
path: |
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Download compiled files
47-
uses: actions/download-artifact@v2.1.1
47+
uses: actions/download-artifact@v4
4848
with:
4949
name: compiled-modapi-dlls
5050

0 commit comments

Comments
 (0)