7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-05 02:00:54 -04:00

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