Skip to content

Bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions group #4109

Bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions group

Bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions group #4109

Workflow file for this run

name: GoDriver Tests
on:
push:
pull_request:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash -eux {0}
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- uses: actions/setup-go@v6
with:
go-version: 'stable'
- uses: pre-commit/[email protected]