This repository was archived by the owner on Sep 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 submodules : ' recursive'
2121
3737 tar czf OpenRoot-rootd-linux.tar.gz rootd
3838
3939 - name : Upload rootd artifact
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : rootd-linux
4343 path : build/OpenRoot-rootd-linux.tar.gz
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-latest
4747
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050
5151 - name : Set up JDK
52- uses : actions/setup-java@v3
52+ uses : actions/setup-java@v4
5353 with :
5454 java-version : ' 17'
5555 distribution : ' temurin'
6161 ./gradlew assembleDebug --stacktrace
6262
6363 - name : Upload APK artifact
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : droid-chan-debug
6767 path : droid-chan/app/build/outputs/apk/debug/*.apk
7272 if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')
7373
7474 steps :
75- - uses : actions/download-artifact@v3
75+ - uses : actions/download-artifact@v4
7676
7777 - name : Get current date
7878 id : date
You can’t perform that action at this time.
0 commit comments