Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #31

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

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #31

Workflow file for this run

name: Unit Test
on:
push:
branches: [master]
pull_request:
branches: [ master ]
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Test
run: go test -v ./...