Skip to content

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #458

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #458

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags-ignore:
- v*
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-2022
dotnet:
- net6.0
- net461
exclude:
- os: ubuntu-latest
dotnet: net461
steps:
- uses: actions/checkout@v2
- name: Run dotnet test
run: dotnet test -c Release -f ${{ matrix.dotnet }}