We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c415 commit 9bb7aecCopy full SHA for 9bb7aec
.github/workflows/unity-build.yml
@@ -34,7 +34,7 @@ jobs:
34
targetPlatform: StandaloneWindows64
35
36
- name: Upload build artifacts
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
38
with:
39
name: Build-StandaloneWindows64
40
path: build/StandaloneWindows64
.github/workflows/unity-test.yml
@@ -36,7 +36,7 @@ jobs:
artifactsPath: TestResults
- name: Upload test results
if: always()
41
42
name: Test Results
0 commit comments