Skip to content

Commit 7541b9d

Browse files
committed
Upgrade to v4 to avoid CI action errors
1 parent 9137279 commit 7541b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: msbuild /m /p:BuildInParallel=true /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
4747

4848
# 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
49+
- uses: actions/upload-artifact@v4
5050
with:
5151
name: quicklook-build-files
5252
path: Build/QuickLook-*.*
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'push'
6565

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

0 commit comments

Comments
 (0)