2727 - name : Show changes on standard output
2828 run : git diff
2929 working-directory : openvpn
30- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
30+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3131 with :
3232 name : uncrustify-changes.patch
3333 path : ' openvpn/uncrustify-changes.patch'
5555 - name : Restore from cache and install vcpkg
5656 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5757 with :
58- vcpkgGitCommitId : 33e9c99208736b713cabe4490e15235f62f893d4
58+ vcpkgGitCommitId : acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4
5959 vcpkgJsonGlob : ' **/mingw/vcpkg.json'
6060
6161 - name : Run CMake with vcpkg.json manifest
@@ -65,15 +65,15 @@ jobs:
6565 buildPreset : mingw-${{ matrix.arch }}
6666 buildPresetAdditionalArgs : " ['--config Debug']"
6767
68- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969 with :
7070 name : openvpn-mingw-${{ matrix.arch }}
7171 path : |
7272 ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.exe
7373 ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.dll
7474 !${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/test_*.exe
7575
76- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
76+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7777 with :
7878 name : openvpn-mingw-${{ matrix.arch }}-tests
7979 path : |
9292 name : " mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
9393 steps :
9494 - name : Retrieve mingw unittest
95- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
95+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9696 with :
9797 name : openvpn-mingw-${{ matrix.arch }}-tests
9898 path : unittests
@@ -227,15 +227,15 @@ jobs:
227227 runs-on : windows-latest
228228 steps :
229229 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
230- - uses : lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5
230+ - uses : lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
231231
232232 - name : Install rst2html
233233 run : python -m pip install --upgrade pip docutils
234234
235235 - name : Restore artifacts, or setup vcpkg (do not install any package)
236236 uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
237237 with :
238- vcpkgGitCommitId : 33e9c99208736b713cabe4490e15235f62f893d4
238+ vcpkgGitCommitId : acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4
239239 vcpkgJsonGlob : ' **/windows/vcpkg.json'
240240
241241 - name : Run CMake with vcpkg.json manifest (NO TESTS)
@@ -254,7 +254,7 @@ jobs:
254254 testPreset : win-${{ matrix.arch }}-release
255255 testPresetAdditionalArgs : " ['--output-on-failure']"
256256
257- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
257+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258258 with :
259259 name : openvpn-msvc-${{ matrix.arch }}
260260 path : |
0 commit comments