Skip to content

Commit 0bce08f

Browse files
authored
Update build_librespot.yml
1 parent 402c400 commit 0bce08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_librespot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
chmod +x releases/librespot-macos-arm64
3636
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: librespot-mac
4141
path: releases/
@@ -67,7 +67,7 @@ jobs:
6767
chmod +x releases/linux/librespot-linux-aarch64
6868
6969
- name: Upload artifacts
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: librespot-linux
7373
path: releases/
@@ -105,7 +105,7 @@ jobs:
105105
chmod +x releases/linux/librespot-linux-musl-aarch64
106106
107107
- name: Upload artifacts
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: librespot-linux-musl
111111
path: releases/

0 commit comments

Comments
 (0)