Skip to content

Commit 65834d8

Browse files
committed
fix ci
1 parent 696aff5 commit 65834d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ump-pojav-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cd /tmp/mesa/toupload
8484
mv libOSMesa.so.8.0.0 libOSMesa.so
8585
- name: Upload libraries
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: UMP_${{matrix.arch}}
8989
path: /tmp/mesa/toupload

.github/workflows/ump-pojav-android_debug.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cd /tmp/mesa/toupload
8484
mv libOSMesa.so.8.0.0 libOSMesa.so
8585
- name: Upload libraries
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: UMP-dbg_${{matrix.arch}}
89-
path: /tmp/mesa/toupload
89+
path: /tmp/mesa/toupload

0 commit comments

Comments
 (0)