We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9137279 commit 7541b9dCopy full SHA for 7541b9d
.github/workflows/msbuild.yml
@@ -46,7 +46,7 @@ jobs:
46
run: msbuild /m /p:BuildInParallel=true /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
47
48
# upload msi and zip artifacts so the publish job below can download and then update latest release via Linux
49
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
50
with:
51
name: quicklook-build-files
52
path: Build/QuickLook-*.*
@@ -64,7 +64,7 @@ jobs:
64
if: github.event_name == 'push'
65
66
steps:
67
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
68
69
70
0 commit comments