File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Checkout repository
15
15
id : checkout_repo
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Initialize CodeQL
19
19
id : init_codeql
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : windows-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Cache
19
- uses : actions/cache@v3
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : Build/WinMergeDownloadDeps
22
22
key : WinMergeDownloadDeps
@@ -27,13 +27,13 @@ jobs:
27
27
.\BuildAll.vs2022.cmd x64 -ci
28
28
29
29
- name : Upload zip
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : WinMerge-x64.zip
33
33
path : Build/Releases/*.zip
34
34
35
35
- name : Upload installer
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : WinMerge-x64-Setup-x64.exe
39
39
path : Build/Releases/*.exe
You can’t perform that action at this time.
0 commit comments