Skip to content

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #2030

Bump actions/upload-artifact from 4.3.0 to 4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1 #2030

name: Rolling Semi-Binary Build - testing
# description: 'Build & test that compiles the main dependencies from source.'
on:
workflow_dispatch:
branches:
- master
- '*feature*'
- '*feature/**'
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
push:
branches:
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '33 1 * * *'
jobs:
semi_binary:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
with:
ros_distro: rolling
ros_repo: testing
upstream_workspace: ros2_controllers.rolling.repos
ref_for_scheduled_build: master