1919 run : pre-commit run -a --show-diff-on-failure || true
2020 - name : Check for changes
2121 run : git diff --output=format-changes.patch
22- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
22+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
2323 with :
2424 name : format-changes.patch
2525 path : format-changes.patch
@@ -94,15 +94,15 @@ jobs:
9494 buildPreset : mingw-${{ matrix.arch }}
9595 buildPresetAdditionalArgs : " ['--config ${{ matrix.build }}']"
9696
97- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
97+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
9898 with :
9999 name : openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}
100100 path : |
101101 ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/*.exe
102102 ${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/*.dll
103103 !${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/test_*.exe
104104
105- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
105+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
106106 with :
107107 name : openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}-tests
108108 path : |
@@ -124,7 +124,7 @@ jobs:
124124 - name : Checkout OpenVPN
125125 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
126126 - name : Retrieve mingw unittest
127- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
127+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
128128 with :
129129 name : openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}-tests
130130 path : unittests
@@ -293,7 +293,7 @@ jobs:
293293 testPreset : win-${{ matrix.arch }}-release
294294 testPresetAdditionalArgs : " ['--output-on-failure']"
295295
296- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
296+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
297297 with :
298298 name : openvpn-msvc-${{ matrix.arch }}
299299 path : |
0 commit comments