chore(ci): update actions to remove deprecation warnings

This commit is contained in:
AAGaming
2024-06-29 17:53:01 -04:00
parent e266258fc4
commit a12d9d2bdb
6 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -14,15 +14,15 @@ jobs:
steps:
- name: Checkout 🧰
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Python 3.11.7 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.7"
@@ -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@v3
uses: actions/upload-artifact@v5
with:
name: PluginLoader Win
path: |