We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a17b8d commit baebd70Copy full SHA for baebd70
.github/workflows/c-cpp.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Preparation on Windows
30
if: runner.os == 'Windows'
31
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1.1
32
33
- name: Build libraries
34
run: |
@@ -91,7 +91,7 @@ jobs:
91
tar -czf "${ARTIFACT_ROOT}.tar.gz" ${ARTIFACT_ROOT}
92
93
- name: Upload artifacts
94
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
95
with:
96
name: artifacts
97
path: |
0 commit comments