File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,22 +98,22 @@ jobs:
9898 run : ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
9999
100100 - name : Upload screenshots
101- uses : actions/upload-artifact@v5
101+ uses : actions/upload-artifact@v6
102102 if : ${{ success() || failure() }}
103103 with :
104104 name : screenshots
105105 path : build/run/*/screenshots
106106 compression-level : 0
107107
108108 - name : Upload logs
109- uses : actions/upload-artifact@v5
109+ uses : actions/upload-artifact@v6
110110 if : ${{ success() || failure() }}
111111 with :
112112 name : logs
113113 path : build/run/*/logs/latest.log
114114
115115 - name : Upload crash reports
116- uses : actions/upload-artifact@v5
116+ uses : actions/upload-artifact@v6
117117 if : ${{ failure() }}
118118 with :
119119 name : crash-reports
You can’t perform that action at this time.
0 commit comments