We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea6382 commit b364377Copy full SHA for b364377
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Build
16
run: msbuild -property:Configuration=Release
17
- name: Upload Artifact
18
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
19
with:
20
name: target
21
path: target/dist
0 commit comments