File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Build with Gradle
2323 run : ./gradlew build
2424 - name : Upload artifacts
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : " IridiumCore"
2828 path : " build/libs/IridiumCore-*.jar"
Original file line number Diff line number Diff line change 2323 - name : Build with Gradle
2424 run : ./gradlew build
2525 - name : Upload artifacts
26- uses : actions/upload-artifact@v4
26+ uses : actions/upload-artifact@v5
2727 with :
2828 name : " IridiumCore"
2929 path : " build/libs/IridiumCore-*.jar"
3838 id : version
3939 with :
4040 file : " build.gradle.kts"
41- - uses : actions/download-artifact@v5 .0.0
41+ - uses : actions/download-artifact@v6 .0.0
4242 with :
4343 name : " IridiumCore"
4444 path : " ./"
6161 file : " build.gradle.kts"
6262
6363 - name : Download build artifact
64- uses : actions/download-artifact@v5 .0.0
64+ uses : actions/download-artifact@v6 .0.0
6565 with :
6666 name : " IridiumCore"
6767 path : " ./"
You can’t perform that action at this time.
0 commit comments