1 parent da8d7d6 commit 396bcf1Copy full SHA for 396bcf1
1 file changed
.github/workflows/build-mac.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Set up Python
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: '3.10'
20
@@ -37,7 +37,7 @@ jobs:
37
pyinstaller --onefile --add-binary "mac_nowplaying:." sender.py
38
39
- name: Upload Artifact
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
42
name: Mac-Sender
43
path: Mac/dist/sender
0 commit comments