File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 uses : actions/checkout@v6.0.2
4040
4141 - name : Setup Python
42- uses : actions/setup-python@v7.0 .0
42+ uses : actions/setup-python@v6.2 .0
4343 with :
4444 python-version : " 3.11"
4545
4646 - name : Setup uv
47- uses : astral-sh/setup-uv@v8.0.1
47+ uses : astral-sh/setup-uv@v7.6.0
4848
4949 - name : Sync dependencies
5050 run : uv sync --group dev
5353 run : uv run python scripts/build_binary_release.py --target "${{ matrix.target }}" --validate
5454
5555 - name : Upload release artifact
56- uses : actions/upload-artifact@v7.6 .0
56+ uses : actions/upload-artifact@v7.0 .0
5757 with :
5858 name : ${{ matrix.target }}
5959 path : |
7777 path : release_artifacts
7878
7979 - name : Setup Python
80- uses : actions/setup-python@v7.0 .0
80+ uses : actions/setup-python@v6.2 .0
8181 with :
8282 python-version : " 3.11"
8383
You can’t perform that action at this time.
0 commit comments