Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows … #61

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

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows … #61

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.19' ]
uses: ./.github/workflows/go-test.yml
with:
go-version: ${{ matrix.go }}