Update @actions/cache and @actions/core to support actions/upload-artifact: v4 dependency (#688)

* Bump versions of @actions/cache, @actions/core to support actions/upload-artifact: v4 dependency. Bump version actions/upload-artifact in repo actions.

* Add UNITY_LICENSE secret to CI workflows.
This commit is contained in:
Egorrko
2025-02-08 21:14:07 +05:00
committed by GitHub
parent 83c85328dd
commit 3ae9ec8536
9 changed files with 9893 additions and 2628 deletions

View File

@@ -28,8 +28,8 @@
"node": ">=18.x"
},
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@kubernetes/client-node": "^0.16.3",