Skip to content

Commit 4221551

Browse files
committed
Merge branch 'main' of github.com:IOleg-crypto/GameRaylib
2 parents 286b830 + 81e73c0 commit 4221551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
4141

4242
- name: Cache build dependencies
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: |
4646
${{ steps.strings.outputs.build-output-dir }}/_deps
@@ -118,7 +118,7 @@ jobs:
118118
#################################
119119
- name: Upload build artifacts
120120
if: success()
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: build-${{ matrix.os }}-${{ matrix.c_compiler }}
124124
path: |

0 commit comments

Comments
 (0)