Skip to content

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

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 #2

Workflow file for this run

name: Review
on:
[pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-golangci-lint@v1
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}