Skip to content

Commit 6a5436e

Browse files
committed
Update actions/cache to v4 in unity-tests workflow
1 parent 5565e12 commit 6a5436e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/unity-tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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 }}
@@ -47,14 +47,4 @@ jobs:
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+

0 commit comments

Comments
 (0)