Skip to content

Commit abfa62c

Browse files
KyllianAubryGitHub Enterprise
authored andcommitted
SKA-664: update workflows (#71)
1 parent f347589 commit abfa62c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-linux-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616
with:
17-
submodules: true
17+
fetch-depth: 0
18+
submodules: recursive
1819
- name: Build
1920
uses: ./.github/actions/build-cmake-preset
2021
with:

.github/workflows/trigger-pkg-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Download the package
3232
id: download-pkg
33-
uses: actions/download-artifact@v3
33+
uses: actions/download-artifact@v4
3434
- name: Get the .deb file path
3535
run: |
3636
dir_path=$(find . -maxdepth 2 -name "sil-kit-adapter-vcan_*.deb")

0 commit comments

Comments
 (0)