We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b80b65 commit ad6a9eaCopy full SHA for ad6a9ea
1 file changed
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
name: windows
115
steps:
116
- name: git clone
117
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
118
with:
119
submodules: true # non-recursive, no remote
120
- name: set VCPKG_ROOT
@@ -139,7 +139,7 @@ jobs:
139
cmake --build --preset ${{ matrix.config }} --target test
140
- name: upload vcpkg logs to artifacts
141
if: always() # even if previous steps fail, this one needs to be run
142
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
143
144
name: windows_${{ matrix.arch }}_${{ matrix.config }}_logs
145
path: |
0 commit comments