Skip to content

Commit 325ae1e

Browse files
authored
Update main.yml
1 parent 60db913 commit 325ae1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
runs-on: windows-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
path: 'winimerge'
1919

2020
- name: Build
2121
run: |
2222
git clone https://github.com/winmerge/freeimage
2323
cd winimerge
24-
.\BuildBin.vs2019.cmd
24+
.\BuildBin.vs2022.cmd
2525
.\BuildArc.cmd
2626
2727
- name: Upload zip
28-
uses: actions/upload-artifact@v2-preview
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: winimerge-exe.zip
3131
path: winimerge/Dist/*.zip

0 commit comments

Comments
 (0)