Skip to content

Commit 7214846

Browse files
authored
Update cmake-multi-platform.yml
Fixing issue in .yml
1 parent 90057ea commit 7214846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ctest --output-on-failure
6161
6262
- name: Upload Build Artifacts
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: build-${{ matrix.os }}
6666
path: build

0 commit comments

Comments
 (0)