Skip to content

chore(deps): update actions/upload-artifact to v4.5.0 #223

chore(deps): update actions/upload-artifact to v4.5.0

chore(deps): update actions/upload-artifact to v4.5.0 #223

Workflow file for this run

name: Workflow - Default push
on:
push:
branches-ignore:
- main
jobs:
go-lint:
uses: ./.github/workflows/action.go.lint.yaml
with:
go_version: '1.22.x'
go-test:
uses: ./.github/workflows/action.go.test.yaml
secrets: inherit
with:
go_version: '1.22.x'
go-build:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/action.go.build.yaml
with:
go_version: '1.22.x'