We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b375 commit 63db360Copy full SHA for 63db360
.github/workflows/Process.Extensions.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Uploads the compiled Process.Extensions artifacts for 'win-x64'.
61
- name: Upload Process.Extensions Artifacts for Windows (x64)
62
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
63
with:
64
name: Process.Extensions-${{matrix.configuration}}-${{env.PROFILE_WIN_64}}
65
path: ${{github.workspace}}\Process.Extensions\bin\${{matrix.configuration}}\net8.0\
0 commit comments