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 2626 - name : Build with Gradle
2727 run : ./gradlew build
2828 - name : Upload artifacts
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v7
3030 with :
3131 name : " IridiumChunkBusters"
3232 path : " build/libs/IridiumChunkBusters-*.jar"
Original file line number Diff line number Diff line change 2525 - name : Build with Gradle
2626 run : ./gradlew build
2727 - name : Upload artifacts
28- uses : " actions/upload-artifact@v5 .0.0"
28+ uses : " actions/upload-artifact@v7 .0.0"
2929 with :
3030 name : " IridiumChunkBusters"
3131 path : " build/libs/IridiumChunkBusters-*.jar"
4040 id : version
4141 with :
4242 file : " build.gradle.kts"
43- - uses : actions/download-artifact@v6 .0.0
43+ - uses : actions/download-artifact@v8 .0.0
4444 with :
4545 name : " IridiumChunkBusters"
4646 path : " ./"
6363 file : " build.gradle.kts"
6464
6565 - name : Download build artifact
66- uses : actions/download-artifact@v6 .0.0
66+ uses : actions/download-artifact@v8 .0.0
6767 with :
6868 name : " IridiumChunkBusters"
6969 path : " ./"
You can’t perform that action at this time.
0 commit comments