fix: upload-artifact is at v4, not v5

This commit is contained in:
AAGaming
2024-06-29 17:54:24 -04:00
parent a12d9d2bdb
commit 9875c4ddbc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: |
+2 -2
View File
@@ -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