Skip to content

Commit 396bcf1

Browse files
committed
fix(mac): upgrade github actions versions to v4/v5
1 parent da8d7d6 commit 396bcf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.10'
2020

@@ -37,7 +37,7 @@ jobs:
3737
pyinstaller --onefile --add-binary "mac_nowplaying:." sender.py
3838
3939
- name: Upload Artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: Mac-Sender
4343
path: Mac/dist/sender

0 commit comments

Comments
 (0)