Skip to content

Commit baebd70

Browse files
authored
Update c-cpp.yml
1 parent 8a17b8d commit baebd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Preparation on Windows
3030
if: runner.os == 'Windows'
31-
uses: microsoft/setup-msbuild@v1.0.2
31+
uses: microsoft/setup-msbuild@v1.1
3232

3333
- name: Build libraries
3434
run: |
@@ -91,7 +91,7 @@ jobs:
9191
tar -czf "${ARTIFACT_ROOT}.tar.gz" ${ARTIFACT_ROOT}
9292
9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v3
9595
with:
9696
name: artifacts
9797
path: |

0 commit comments

Comments
 (0)