Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI/CD | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Build and test | |
runs-on: ubuntu-latest | |
container: ultimaker/cura-build-environment | |
steps: | |
- name: Checkout master | |
uses: actions/[email protected] | |
- name: Build and test | |
run: docker/build.sh |