Skip to content

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

Bump actions/upload-artifact from 4 to 5

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

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
npm install
npm run test