Skip to content

chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 #388

chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0

chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 #388

Workflow file for this run

name: pytest
on:
pull_request:
branches: [ "main" ]
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
- name: Run tests
run: |
uv run pytest