We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60db913 commit 325ae1eCopy full SHA for 325ae1e
1 file changed
.github/workflows/main.yml
@@ -13,19 +13,19 @@ jobs:
13
runs-on: windows-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
with:
18
path: 'winimerge'
19
20
- name: Build
21
run: |
22
git clone https://github.com/winmerge/freeimage
23
cd winimerge
24
- .\BuildBin.vs2019.cmd
+ .\BuildBin.vs2022.cmd
25
.\BuildArc.cmd
26
27
- name: Upload zip
28
- uses: actions/upload-artifact@v2-preview
+ uses: actions/upload-artifact@v4
29
30
name: winimerge-exe.zip
31
path: winimerge/Dist/*.zip
0 commit comments