File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 - name : Validate Gradle wrapper
25- uses : gradle/actions/wrapper-validation@v4
25+ uses : gradle/actions/wrapper-validation@v5
2626 - name : Setup JDK ${{ matrix.java }}
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 distribution : ${{ matrix.distro }}
3030 java-version : ${{ matrix.java }}
3535 run : ./gradlew build --stacktrace --parallel
3636 - name : Capture build artifacts
3737 if : ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from LTS java on one OS
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : Artifacts
4141 path : build/libs/
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 runs-on : ${{ matrix.os }}
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 - name : Create version tag
27- uses : actions/github-script@v6
27+ uses : actions/github-script@v8
2828 with :
2929 script : |
3030 github.rest.git.createRef({
3636 - name : Fetch tags
3737 run : git fetch --tags
3838 - name : Validate Gradle wrapper
39- uses : gradle/actions/wrapper-validation@v4
39+ uses : gradle/actions/wrapper-validation@v5
4040 - name : Setup JDK ${{ matrix.java }}
41- uses : actions/setup-java@v4
41+ uses : actions/setup-java@v5
4242 with :
4343 distribution : ${{ matrix.distro }}
4444 java-version : ${{ matrix.java }}
5757 DISCORD_ANNOUNCEMENT_WEBHOOK : ${{ secrets.DISCORD_ANNOUNCEMENT_WEBHOOK }}
5858 - name : Capture build artifacts
5959 if : ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from LTS java on one OS
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : Artifacts
6363 path : build/libs/
You can’t perform that action at this time.
0 commit comments