File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 testMode:
2121 - playmode
2222 steps:
23- - uses: actions/checkout@v2
23+ - uses: actions/checkout@v3
2424 with:
2525 lfs: true
26- - uses: actions/cache@v2
26+ - uses: actions/cache@v3
2727 with:
2828 path: ${{ matrix.projectPath }}/Library
2929 key: Library-${{ matrix.projectPath }}
@@ -40,12 +40,12 @@ jobs:
4040 githubToken: ${{ secrets.GITHUB_TOKEN }}
4141 checkName: ${{ matrix.testMode }} Test Results
4242 coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyGameDevTools.SceneLoading'
43- - uses: actions/upload-artifact@v2
43+ - uses: actions/upload-artifact@v3
4444 if: always()
4545 with:
4646 name: Test results for ${{ matrix.testMode }}
4747 path: ${{ steps.tests.outputs.artifactsPath }}
48- - uses: actions/upload-artifact@v2
48+ - uses: actions/upload-artifact@v3
4949 if: always()
5050 with:
5151 name: Coverage results for ${{ matrix.testMode }}
You can’t perform that action at this time.
0 commit comments