We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29f67 commit c5ff08cCopy full SHA for c5ff08c
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
59
60
- name: Upload Artifact
61
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
62
with:
63
name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}}
64
path: |
0 commit comments