Skip to content

Commit a8dfde8

Browse files
Update actions/upload-artifact action to v5
1 parent c32ccf8 commit a8dfde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

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

110110
# Upload the MSIX package: https://github.com/marketplace/actions/upload-artifact
111111
- name: Upload build artifacts
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v5
113113
with:
114114
name: MSIX Package
115115
path: ${{ env.Wap_Project_Directory }}\AppPackages

0 commit comments

Comments
 (0)