File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 unityVersion :
1919 - 2021.3.3f1
2020 - 2021.3.45f1
21- - 2022.3.53f1
22- - 6000.0.29f1
21+ - 2022.3.62f1
22+ - 6000.0.57f1
23+ - 6000.2.4f1
2324 targetPlatform :
2425 - StandaloneLinux64
2526 - StandaloneWindows64
2930 with :
3031 fetch-depth : 0
3132
32- - uses : actions/cache@v3
33+ - uses : actions/cache@v4
3334 with :
3435 path : Library
3536 key : Library-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@@ -50,11 +51,12 @@ jobs:
5051 githubToken : ${{ secrets.GITHUB_TOKEN }}
5152 customParameters : -debugCodeOptimization -enableCodeCoverage -coverageResultsPath ./CodeCoverage -coverageOptions "useProjectSettings;generateAdditionalMetrics"
5253
53- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5455 if : always()
5556 with :
56- name : Test results (all modes)
57+ name : Test results for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }}
5758 path : ${{ steps.testRunner.outputs.artifactsPath }}
59+ overwrite : true
5860
5961 - name : Upload code coverage to Codecov
6062 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
33 "com.marijnzwemmer.unity-toolbar-extender" : " 1.4.2" ,
4- "com.unity.ide.rider" : " 3.0.34 " ,
5- "com.unity.ide.visualstudio" : " 2.0.22 " ,
4+ "com.unity.ide.rider" : " 3.0.37 " ,
5+ "com.unity.ide.visualstudio" : " 2.0.23 " ,
66 "com.unity.ide.vscode" : " 1.2.5" ,
77 "com.unity.test-framework" : " 1.1.33" ,
8- "com.unity.testtools.codecoverage" : " 1.2.6 " ,
8+ "com.unity.testtools.codecoverage" : " 1.2.7 " ,
99 "com.unity.ugui" : " 1.0.0" ,
1010 "io.savolainen.uicomponents" : " 1.0.0-beta.9" ,
1111 "com.unity.modules.ai" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1515 "url" : " https://packages.unity.com"
1616 },
1717 "com.unity.ide.rider" : {
18- "version" : " 3.0.34 " ,
18+ "version" : " 3.0.37 " ,
1919 "depth" : 0 ,
2020 "source" : " registry" ,
2121 "dependencies" : {
2424 "url" : " https://packages.unity.com"
2525 },
2626 "com.unity.ide.visualstudio" : {
27- "version" : " 2.0.22 " ,
27+ "version" : " 2.0.23 " ,
2828 "depth" : 0 ,
2929 "source" : " registry" ,
3030 "dependencies" : {
4040 "url" : " https://packages.unity.com"
4141 },
4242 "com.unity.settings-manager" : {
43- "version" : " 2.0.1 " ,
43+ "version" : " 2.1.0 " ,
4444 "depth" : 1 ,
4545 "source" : " registry" ,
4646 "dependencies" : {},
5858 "url" : " https://packages.unity.com"
5959 },
6060 "com.unity.testtools.codecoverage" : {
61- "version" : " 1.2.6 " ,
61+ "version" : " 1.2.7 " ,
6262 "depth" : 0 ,
6363 "source" : " registry" ,
6464 "dependencies" : {
7676 "com.unity.modules.imgui" : " 1.0.0"
7777 }
7878 },
79- "io.savolainen.test" : {
80- "version" : " file:io.savolainen.test" ,
81- "depth" : 0 ,
82- "source" : " embedded" ,
83- "dependencies" : {}
84- },
8579 "io.savolainen.uicomponents" : {
8680 "version" : " 1.0.0-beta.9" ,
8781 "depth" : 0 ,
Original file line number Diff line number Diff line change 1- m_EditorVersion: 2022.3.53f1
2- m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3 )
1+ m_EditorVersion: 2022.3.62f1
2+ m_EditorVersionWithRevision: 2022.3.62f1 (4af31df58517 )
You can’t perform that action at this time.
0 commit comments