Skip to content

Commit ad6a9ea

Browse files
committed
windows: update actions versions
1 parent 1b80b65 commit ad6a9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
name: windows
115115
steps:
116116
- name: git clone
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118
with:
119119
submodules: true # non-recursive, no remote
120120
- name: set VCPKG_ROOT
@@ -139,7 +139,7 @@ jobs:
139139
cmake --build --preset ${{ matrix.config }} --target test
140140
- name: upload vcpkg logs to artifacts
141141
if: always() # even if previous steps fail, this one needs to be run
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v6
143143
with:
144144
name: windows_${{ matrix.arch }}_${{ matrix.config }}_logs
145145
path: |

0 commit comments

Comments
 (0)