Skip to content

Commit 2887736

Browse files
authored
Update releaseWithOlivOS.yml
1 parent 85f4bd7 commit 2887736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releaseWithOlivOS.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
cp ./unpack/*.opk ./release/OlivOS-Win-32-old/plugin/app
110110
cp ./unpack/*.opk ./release/OlivOS-Linux/plugin/app
111111
echo "Setup OlivaDice Done"
112-
- uses: actions/upload-artifact@v3
112+
- uses: actions/upload-artifact@v4
113113
with:
114114
name: OlivaDice-OlivOS-Win
115115
path: ./release/OlivOS
116-
- uses: actions/upload-artifact@v3
116+
- uses: actions/upload-artifact@v4
117117
with:
118118
name: OlivaDice-OlivOS-Win-32-old
119119
path: ./release/OlivOS-Win-32-old
120-
- uses: actions/upload-artifact@v3
120+
- uses: actions/upload-artifact@v4
121121
with:
122122
name: OlivaDice-OlivOS-Linux
123123
path: ./release/OlivOS-Linux

0 commit comments

Comments
 (0)