Skip to content

Commit 0818114

Browse files
committed
upgrade actions
1 parent 56f1da8 commit 0818114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install dependencies
1717
run: |
@@ -41,7 +41,7 @@ jobs:
4141
Compress-Archive -DestinationPath "${{github.workspace}}\mapcache.zip" -Path "${{github.workspace}}\mapcache.xml", "mapcache.dll", "mapcache.fcgi.exe", "mapcache_seed.exe", "mapcache_detail.exe"
4242
4343
- name: Upload binary artifacts
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: binaries
4747
path: mapcache.zip
@@ -110,7 +110,7 @@ jobs:
110110
}
111111
112112
- name: Upload test artifacts
113-
uses: actions/upload-artifact@v2
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: test-results
116116
path: |

0 commit comments

Comments
 (0)