Skip to content

Commit e911154

Browse files
chore(deps): update all dependencies to v7 (#471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a4b167 commit e911154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v6
4848

4949
- name: Install uv
50-
uses: astral-sh/setup-uv@v5
50+
uses: astral-sh/setup-uv@v7
5151

5252
- name: Install deps with uv
5353
run: uv sync --frozen
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
7171
- name: Upload CLI artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: cli-${{ matrix.target }}
7575
path: |

0 commit comments

Comments
 (0)