File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 ArtifactoryUserName : ${{ secrets.JENKINS_USERNAME }}
2222 ArtifactoryPassword : ${{ secrets.JENKINS_PASSWORD }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Set up JDK ${{ matrix.java }}
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ matrix.java }}
2929 distribution : ' zulu'
3535 run : |
3636 ./gradlew ${{ env.gradle_commands }}
3737 - name : Upload artifacts
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : bioformats2raw ${{ matrix.java }}
4141 path : build/distributions/*.zip
5151 needs : build
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 - name : Download artifacts from build
56- uses : actions/download-artifact@v4
56+ uses : actions/download-artifact@v8
5757 with :
5858 name : bioformats2raw 17
5959 - name : List artifacts
You can’t perform that action at this time.
0 commit comments