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 @@ -113,22 +113,22 @@ jobs:
113113 run : ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
114114
115115 - name : Upload screenshots
116- uses : actions/upload-artifact@v6
116+ uses : actions/upload-artifact@v7
117117 if : ${{ success() || failure() }}
118118 with :
119119 name : screenshots
120120 path : build/run/*/screenshots
121121 compression-level : 0
122122
123123 - name : Upload logs
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 if : ${{ success() || failure() }}
126126 with :
127127 name : logs
128128 path : build/run/*/logs/latest.log
129129
130130 - name : Upload crash reports
131- uses : actions/upload-artifact@v6
131+ uses : actions/upload-artifact@v7
132132 if : ${{ failure() }}
133133 with :
134134 name : crash-reports
You can’t perform that action at this time.
0 commit comments