Skip to content

Commit d6b0f37

Browse files
committed
Update .github/workflowws/main.yml
1 parent 7cdd8b8 commit d6b0f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: windows-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Build
1919
run: |
2020
.\BuildBin.vs2022.cmd
2121
.\BuildArc.cmd
2222
2323
- name: Upload zip
24-
uses: actions/upload-artifact@v2-preview
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: winwebdiff
2727
path: Dist/winwebdiff-*.zip

0 commit comments

Comments
 (0)