Skip to content

Commit

Permalink
ci: try to fix deprecated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramen2X committed Dec 11, 2024
1 parent cdd0e19 commit a3e292c
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 @@ -58,7 +58,7 @@ jobs:
windeployqt si-edit.exe libweaver.dll
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
path:
deploy
Expand All @@ -68,7 +68,7 @@ jobs:
if: github.event_name == 'push'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRAVIS_REPO_SLUG: itsmattkc/siedit
TRAVIS_REPO_SLUG: isledecomp/siedit
TRAVIS_COMMIT: ${{ github.sha }}
run: |
cd deploy
Expand Down

0 comments on commit a3e292c

Please sign in to comment.