File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Decrypt
1919 run : ./.github/scripts/decrypt_secret.sh
@@ -32,12 +32,12 @@ jobs:
3232 ALIYUN_LOG_SG_PROD_SK : ${{ secrets.ALIYUN_LOG_SG_PROD_SK }}
3333
3434 - name : Set up JDK
35- uses : actions/setup-java@v3
35+ uses : actions/setup-java@v4
3636 with :
3737 distribution : ' zulu'
3838 java-version : 11
3939
40- - uses : actions/cache@v2
40+ - uses : actions/cache@v4
4141 with :
4242 path : |
4343 ~/.gradle/caches/modules-*
@@ -50,13 +50,13 @@ jobs:
5050
5151 - name : Archive reports for failed build
5252 if : ${{ failure() }}
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : build-reports
5656 path : ' */build/reports/'
5757
5858 - name : Upload artifacts
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : flat-artifact
6262 path : |
You can’t perform that action at this time.
0 commit comments