Skip to content

Upgrade action-download-artifact to v6 #277

Upgrade action-download-artifact to v6

Upgrade action-download-artifact to v6 #277

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
- run: yarn test