Skip to content

Bump actions/download-artifact from 4.1.4 to 4.1.5 (#535) #964

Bump actions/download-artifact from 4.1.4 to 4.1.5 (#535)

Bump actions/download-artifact from 4.1.4 to 4.1.5 (#535) #964

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.22'
check-latest: true
- name: Verify
run: make ci