File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ArtifactoryUserName : ${{ secrets.JENKINS_USERNAME }}
2020 ArtifactoryPassword : ${{ secrets.JENKINS_PASSWORD }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK ${{ matrix.java }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : ${{ matrix.java }}
2727 distribution : ' zulu'
3232 run : |
3333 ./gradlew ${{ env.gradle_commands }}
3434 - name : Upload artifacts
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v7
3636 with :
3737 name : raw2ometiff ${{ matrix.java }}
3838 path : build/distributions/*.zip
4646 needs : build
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 - name : Download artifacts from build
51- uses : actions/download-artifact@v4
51+ uses : actions/download-artifact@v8
5252 with :
5353 name : raw2ometiff 17
5454 - name : List artifacts
You can’t perform that action at this time.
0 commit comments