We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdd8b8 commit d6b0f37Copy full SHA for d6b0f37
1 file changed
.github/workflows/main.yml
@@ -13,15 +13,15 @@ jobs:
13
runs-on: windows-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
18
- name: Build
19
run: |
20
.\BuildBin.vs2022.cmd
21
.\BuildArc.cmd
22
23
- name: Upload zip
24
- uses: actions/upload-artifact@v2-preview
+ uses: actions/upload-artifact@v4
25
with:
26
name: winwebdiff
27
path: Dist/winwebdiff-*.zip
0 commit comments