Update cmake-multi-platform.yml

This commit is contained in:
2025-11-06 23:44:51 +00:00
committed by GitHub
parent 853211e575
commit 8c9ea5e65d

View File

@@ -72,7 +72,7 @@ jobs:
shell: pwsh shell: pwsh
- name: Cache CMake files - name: Cache CMake files
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.cmake ~/.cmake
@@ -84,7 +84,7 @@ jobs:
- name: Cache emsdk - name: Cache emsdk
if: matrix.c_compiler == 'emcc' if: matrix.c_compiler == 'emcc'
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
emsdk-cache emsdk-cache
@@ -143,7 +143,7 @@ jobs:
shell: bash shell: bash
- name: Upload Build Artifacts - name: Upload Build Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.artifact_name }} name: ${{ matrix.artifact_name }}
path: ${{ matrix.artifact_name }}.zip path: ${{ matrix.artifact_name }}.zip