Skip to content

Commit 91a8511

Browse files
authored
Update build.yml
1 parent ecad634 commit 91a8511

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
repository: mooflu/WebViewPlus
3131
ref: master
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Setup Node
52-
uses: actions/setup-node@v3
52+
uses: actions/setup-node@v4
5353
with:
5454
node-version: "20"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
@@ -64,7 +64,7 @@ jobs:
6464
run: tar -C ./build -cvf webapp.tar .
6565

6666
- name: Upload artifact
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: webapp
7070
path: webapp.tar
@@ -75,21 +75,21 @@ jobs:
7575
runs-on: windows-latest
7676

7777
steps:
78-
- uses: actions/checkout@v3
78+
- uses: actions/checkout@v4
7979
with:
8080
ref: master
8181
submodules: recursive
8282
fetch-depth: 0
8383

84-
- uses: actions/download-artifact@v3
84+
- uses: actions/download-artifact@v4
8585
with:
8686
name: webapp
8787

8888
- name: Untar webapp files
8989
run: tar -C ./webApp -xvf webapp.tar
9090

9191
- name: Add MSBuild to PATH
92-
uses: microsoft/setup-msbuild@v1
92+
uses: microsoft/setup-msbuild@v2
9393

9494
- name: Restore NuGet packages
9595
working-directory: ${{github.workspace}}
@@ -105,7 +105,7 @@ jobs:
105105
powershell ./pack-zip.ps1
106106
107107
# upload msi and zip artifacts so the publish job below can download and then update latest release via Linux
108-
- uses: actions/upload-artifact@v3
108+
- uses: actions/upload-artifact@v4
109109
with:
110110
name: quicklook-plugin
111111
path: QuickLook.Plugin.WebViewPlus.qlplugin
@@ -119,7 +119,7 @@ jobs:
119119
permissions: write-all
120120

121121
steps:
122-
- uses: actions/download-artifact@v3
122+
- uses: actions/download-artifact@v4
123123
with:
124124
name: quicklook-plugin
125125

0 commit comments

Comments
 (0)