Skip to content

Commit 045ffc4

Browse files
authored
Update GitHub Actions CI (#2304)
The following updates are performed: * update actions/cache to v4 * update actions/checkout to v4 * update actions/upload-artifact to v4
1 parent 79892eb commit 045ffc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
id: checkout_repo
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Initialize CodeQL
1919
id: init_codeql

.github/workflows/main.yml

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

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

1818
- name: Cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: Build/WinMergeDownloadDeps
2222
key: WinMergeDownloadDeps
@@ -27,13 +27,13 @@ jobs:
2727
.\BuildAll.vs2022.cmd x64 -ci
2828
2929
- name: Upload zip
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: WinMerge-x64.zip
3333
path: Build/Releases/*.zip
3434

3535
- name: Upload installer
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: WinMerge-x64-Setup-x64.exe
3939
path: Build/Releases/*.exe

0 commit comments

Comments
 (0)