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 f26c938 commit cc6f9dfCopy full SHA for cc6f9df
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
62
- name: Upload MSIX package
63
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
64
with:
65
name: ${{ env.Solution_Name }}_${{ matrix.platform }}_${{ matrix.configuration }}
66
path: ${{ env.Solution_Name }}\\Packages
0 commit comments