27
27
- name : Show changes on standard output
28
28
run : git diff
29
29
working-directory : openvpn
30
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
30
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
31
31
with :
32
32
name : uncrustify-changes.patch
33
33
path : ' openvpn/uncrustify-changes.patch'
@@ -64,15 +64,15 @@ jobs:
64
64
buildPreset : mingw-${{ matrix.arch }}
65
65
buildPresetAdditionalArgs : " ['--config Debug']"
66
66
67
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
67
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68
68
with :
69
69
name : openvpn-mingw-${{ matrix.arch }}
70
70
path : |
71
71
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.exe
72
72
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/*.dll
73
73
!${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/Debug/test_*.exe
74
74
75
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
75
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
76
76
with :
77
77
name : openvpn-mingw-${{ matrix.arch }}-tests
78
78
path : |
91
91
name : " mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"
92
92
steps :
93
93
- name : Retrieve mingw unittest
94
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
94
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
95
95
with :
96
96
name : openvpn-mingw-${{ matrix.arch }}-tests
97
97
path : unittests
@@ -226,7 +226,7 @@ jobs:
226
226
runs-on : windows-latest
227
227
steps :
228
228
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
229
- - uses : lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5
229
+ - uses : lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
230
230
231
231
- name : Install rst2html
232
232
run : python -m pip install --upgrade pip docutils
@@ -253,7 +253,7 @@ jobs:
253
253
testPreset : win-${{ matrix.arch }}-release
254
254
testPresetAdditionalArgs : " ['--output-on-failure']"
255
255
256
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
256
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
257
257
with :
258
258
name : openvpn-msvc-${{ matrix.arch }}
259
259
path : |
0 commit comments