File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030 with :
3131 lfs : false
32- - uses : actions/cache@v3
32+ - uses : actions/cache@v4
3333 with :
3434 path : ${{ matrix.projectPath }}/Library
3535 key : Library-${{ matrix.projectPath }}
4747 artifactsPath : ${{ matrix.testMode }}-artifacts
4848 githubToken : ${{ secrets.GITHUB_TOKEN }}
4949 checkName : ${{ matrix.unityVersion }} ${{ matrix.testMode }} Test Results
50- coverageOptions : ' generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+my.assembly.*'
51- - uses : actions/upload-artifact@v4
52- if : always()
53- with :
54- name : Test results for ${{ matrix.unityVersion }} ${{ matrix.testMode }}
55- path : ${{ steps.tests.outputs.artifactsPath }}
56- - uses : actions/upload-artifact@v4
57- if : always()
58- with :
59- name : Coverage results for ${{ matrix.unityVersion }} ${{ matrix.testMode }}
60- path : ${{ steps.tests.outputs.coveragePath }}
50+
You can’t perform that action at this time.
0 commit comments