Skip to content

Bump actions/upload-artifact from 6 to 7 (#5) #31

Bump actions/upload-artifact from 6 to 7 (#5)

Bump actions/upload-artifact from 6 to 7 (#5) #31

Workflow file for this run

name: build
on:
push:
# all branches
pull_request:
# all branches
# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Opendylan
uses: dylan-lang/install-opendylan@v3
- name: Download dependencies
run: dylan update
- name: Build tests
run: dylan build --all
- name: Upload artifact
uses: actions/upload-artifact@v7
with:
path: |
_build/bin/
_build/lib/