Skip to content

Commit

Permalink
Feature/bump worfflow version (#352)
Browse files Browse the repository at this point in the history
* add protolink to the depends

Signed-off-by: Masaya Kataoka <[email protected]>

* update action version

Signed-off-by: Masaya Kataoka <[email protected]>

* udpate python version

Signed-off-by: Masaya Kataoka <[email protected]>

* remove error step

Signed-off-by: Masaya Kataoka <[email protected]>

* bump actions/download-artifact: v2 to actions/download-artifact: v4

Signed-off-by: Masaya Kataoka <[email protected]>

---------

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Sep 23, 2024
1 parent bab8171 commit 083edc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
wamv_description,
]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: templates
path: ~/templates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/workflows/actions/cleanup_runner
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# name: repos_file_${{ matrix.module }}
# path: ./.github/workflows/docker/wamv/repos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate_rosdep_yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
with:
repository: OUXT-Polaris/ouxt_distro
token: ${{ secrets.WAMV_TAN_BOT_SECRET }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: rosdep_yaml
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: repos_file
- name: Check branch exist
Expand Down

0 comments on commit 083edc1

Please sign in to comment.