File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - name : Set up JDK 1.11
14- uses : actions/setup-java@v1
12+ - uses : actions/checkout@v4
13+ - name : Set up JDK 21
14+ uses : actions/setup-java@v4
1515 with :
16- java-version : 1.11
16+ java-version : 1.21
1717 - uses : er28-0652/setup-ghidra@master
1818 with :
19- version : " 10 .1"
19+ version : " 11.2 .1"
2020
2121 - name : Build with Gradle
2222 run : gradle buildExtension
2323
2424 - name : Release
25- uses : softprops/action-gh-release@v1
25+ uses : softprops/action-gh-release@v2
2626 with :
2727 files : ./dist/*zip
2828 env :
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
19- - name : Set up JDK 1.11
18+ - uses : actions/checkout@v4
19+ - name : Set up JDK 21
2020 uses : actions/setup-java@v1
2121 with :
22- java-version : 1.11
22+ java-version : 1.21
2323 - uses : er28-0652/setup-ghidra@master
2424 with :
25- version : " 10 .1"
25+ version : " 11.2 .1"
2626
2727 - name : Build Extension
2828 run : gradle buildExtension
2929
3030 - name : Upload built extension as artifact for debugging
31- uses : actions/upload-artifact@v2
31+ uses : actions/upload-artifact@v4
3232 with :
3333 path : ./dist/*zip
3434 retention-days : 1
3737 run : unzip ./dist/*zip -d $GHIDRA_INSTALL_DIR/Ghidra/Extensions
3838
3939 - name : Run Tests
40- run : echo "Execute your tests here!"
40+ run : echo "Execute your tests here!"
You can’t perform that action at this time.
0 commit comments