Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Build AppControl Manager MSIX Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ jobs:
steps:

- name: Downloading all Artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: Downloaded-Artifacts # Download all artifacts in this folder
merge-multiple: true
Expand All @@ -840,7 +840,7 @@ jobs:
steps:

- name: Downloading all Artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: Downloaded-Artifacts # Download all artifacts in this folder
merge-multiple: true
Expand Down
Loading