@@ -125,7 +125,7 @@ jobs:
125125 echo "DATETIME=${dt}" >> $Env:GITHUB_ENV
126126
127127 - name : Archive artifacts
128- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
129129 with :
130130 name : openvpn-msi-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }}
131131 path : ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
@@ -170,7 +170,7 @@ jobs:
170170 rm -fr msi
171171
172172 - name : Get artifacts
173- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
173+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
174174 with :
175175 pattern : " openvpn-msi-*-amd64"
176176 path : msi
@@ -184,7 +184,7 @@ jobs:
184184 .\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*.msi | select -ExpandProperty FullName)
185185
186186 - name : Archive openvpn logs
187- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
187+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
188188 if : ${{ always() }}
189189 with :
190190 name : t_client_openvpn_logs
@@ -201,7 +201,7 @@ jobs:
201201 run : sudo apt install knockd
202202
203203 - name : Get artifacts
204- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
204+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
205205 with :
206206 path : msi
207207
@@ -329,7 +329,7 @@ jobs:
329329 sg sbuild ./scripts/build-all.sh
330330
331331 - name : Archive packages
332- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
332+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
333333 with :
334334 name : openvpn-debian-${{ matrix.arch }}
335335 path : |
0 commit comments