Skip to content

build(deps): bump actions/download-artifact from 4 to 6 (#42) #117

build(deps): bump actions/download-artifact from 4 to 6 (#42)

build(deps): bump actions/download-artifact from 4 to 6 (#42) #117

Workflow file for this run

# Copyright © Idiap Research Institute <contact@idiap.ch>
#
# SPDX-License-Identifier: BSD-3-Clause
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1