Skip to content

chore(deps): bump actions/upload-artifact from 4 to 5 (#106) #77

chore(deps): bump actions/upload-artifact from 4 to 5 (#106)

chore(deps): bump actions/upload-artifact from 4 to 5 (#106) #77

Workflow file for this run

# .github/workflows/bump-version.yml
name: Sync Version on Merge to Main
on:
push:
branches:
- main
jobs:
tag-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Synchronize tag and pyproject version
run: python scripts/check_version_match.py --fix --write