Skip to content

Commit

Permalink
Update CI to use non-deprecated upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen authored Sep 13, 2024
1 parent 191f623 commit fe8198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: tools/objexport
run: dotnet publish -c Release -r win-x64 -o ../../artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "objexport"
path: |
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Create objects.zip
run: ./build.mjs
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "OpenRCT2 Objects"
path: artifacts/objects.zip
Expand Down

0 comments on commit fe8198b

Please sign in to comment.