Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.3.0 #235

Bump actions/upload-artifact from 3.1.3 to 4.3.0

Bump actions/upload-artifact from 3.1.3 to 4.3.0 #235

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test