Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json'

- name: Get latest CMake and ninja
uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0
uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1

- name: Install rst2html
run: python -m pip install --upgrade pip docutils
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
mv .\windows-msi\image\$orig_msi_name .\windows-msi\image\$msi_name

- name: Archive MSI
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
archive: false
Expand All @@ -145,7 +145,7 @@ jobs:

steps:
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
with:
aws-region: ${{ env.AWS_REGION }}

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
.\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*.msi | select -ExpandProperty FullName)

- name: Archive openvpn logs
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ always() }}
with:
name: t_client_openvpn_logs
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
sg sbuild ./scripts/build-all.sh

- name: Archive packages
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: openvpn-debian-${{ matrix.arch }}
path: |
Expand Down
Loading