Skip to content

Bump codecov/codecov-action from 4 to 5 #194

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #194

name: Build dummy discovery
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Taskfile
uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Build
run: task build-dummy-discovery