Skip to content

Commit

Permalink
fix: upload-artifact is at v4, not v5
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jun 29, 2024
1 parent a12d9d2 commit 9875c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: $env:DECKY_NOCONSOLE = 1; C:\Users\runneradmin\.local\bin\poetry run pyinstaller pyinstaller.spec

- name: Upload package artifact ⬆️
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: PluginLoader Win
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: Upload package artifact ⬆️
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: PluginLoader
path: ./backend/dist/PluginLoader

- name: Download package artifact locally
if: ${{ env.ACT }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
path: ./backend/dist/PluginLoader

0 comments on commit 9875c4d

Please sign in to comment.