@@ -114,7 +114,7 @@ jobs:
114114 echo "DATETIME=${dt}" >> $Env:GITHUB_ENV
115115
116116 - name : Archive artifacts
117- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
117+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118118 with :
119119 name : openvpn-master-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }}
120120 path : ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
@@ -151,7 +151,7 @@ jobs:
151151 rm -fr msi
152152
153153 - name : Get artifacts
154- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
154+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
155155 with :
156156 pattern : " *-amd64"
157157 path : msi
@@ -165,7 +165,7 @@ jobs:
165165 .\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*-amd64/*.msi | select -ExpandProperty FullName)
166166
167167 - name : Archive openvpn logs
168- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
168+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
169169 if : ${{ always() }}
170170 with :
171171 name : t_client_openvpn_logs
@@ -182,7 +182,7 @@ jobs:
182182 run : sudo apt install knockd
183183
184184 - name : Get artifacts
185- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
185+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
186186 with :
187187 path : msi
188188
@@ -252,7 +252,7 @@ jobs:
252252
253253 - name : Restore cached chroots
254254 id : chroots-restore
255- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
255+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
256256 with :
257257 path : |
258258 debian-sbuild/chroots
@@ -275,7 +275,7 @@ jobs:
275275 - name : Save chroots
276276 if : steps.chroots-restore.outputs.cache-hit != 'true'
277277 id : chroots-save
278- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
278+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
279279 with :
280280 path : |
281281 debian-sbuild/chroots
@@ -295,7 +295,7 @@ jobs:
295295 sg sbuild ./scripts/build-all.sh
296296
297297 - name : Archive packages
298- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
298+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
299299 with :
300300 name : openvpn-debian
301301 path : |
0 commit comments