Skip to content

Commit b27d8af

Browse files
committed
Update download-artifact action to v6 in workflow
Bump the actions/download-artifact GitHub Action from v4 to v6 in the msbuild workflow to use the latest version and benefit from updates and fixes.
1 parent cea937c commit b27d8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'push'
6565

6666
steps:
67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v6
6868
with:
6969
name: quicklook-build-files
7070

0 commit comments

Comments
 (0)