Skip to content

Bump actions/upload-artifact from 4 to 5 #20

Bump actions/upload-artifact from 4 to 5

Bump actions/upload-artifact from 4 to 5 #20

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@v5
- 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@v5
with:
path: |
_build/bin/
_build/lib/