Skip to content

🌱 Bump actions/upload-artifact from 3.1.3 to 4.2.0 #568

🌱 Bump actions/upload-artifact from 3.1.3 to 4.2.0

🌱 Bump actions/upload-artifact from 3.1.3 to 4.2.0 #568

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Run tests
run: |
make test