Skip to content

Commit cc6f9df

Browse files
authored
CI | fix
1 parent f26c938 commit cc6f9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
6262
- name: Upload MSIX package
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: ${{ env.Solution_Name }}_${{ matrix.platform }}_${{ matrix.configuration }}
6666
path: ${{ env.Solution_Name }}\\Packages

0 commit comments

Comments
 (0)