Skip to content

chore(deps): bump actions/download-artifact from 5 to 6 #1041

chore(deps): bump actions/download-artifact from 5 to 6

chore(deps): bump actions/download-artifact from 5 to 6 #1041

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
test:
name: Run JS tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test:ci
- name: Upload coverage report
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
with:
directory: coverage