Skip to content

Commit

Permalink
git Merge branch 'master' of github.com:emd4600/Spore-ModAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Sep 19, 2024
2 parents d0bcdce + 7f12791 commit 3c1fd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
msbuild "Spore ModAPI" -t:BuildCombinedDll -p:BuildVer=$count -p:Config=Release
- name: Upload compiled files
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: compiled-modapi-dlls
path: |
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download compiled files
uses: actions/download-artifact@v2.1.1
uses: actions/download-artifact@v4
with:
name: compiled-modapi-dlls

Expand Down

0 comments on commit 3c1fd8a

Please sign in to comment.