We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a111258 commit 99d2f0bCopy full SHA for 99d2f0b
.github/workflows/.githubCI.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: build
54
working-directory: ./projects/vs2019/
55
run: msbuild ./wren.sln /property:Configuration=Release /property:Platform=64bit
56
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
57
with:
58
name: wren-windows
59
path: |
0 commit comments