Skip to content

Commit 8d8e68c

Browse files
Merge branch 'main' into gl/fix/context-default-factory
2 parents d770830 + 8b647bd commit 8d8e68c

3 files changed

Lines changed: 161 additions & 161 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Pyright (Pylance equivalent)
4444
id: pyright
4545
continue-on-error: true
46-
uses: jakebailey/pyright-action@v2
46+
uses: jakebailey/pyright-action@v3
4747
with:
4848
pylance-version: latest-release
4949

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv build
2727

2828
- name: Upload distributions
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: release-dists
3232
path: dist/
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Retrieve release distributions
43-
uses: actions/download-artifact@v7
43+
uses: actions/download-artifact@v8
4444
with:
4545
name: release-dists
4646
path: dist/

0 commit comments

Comments
 (0)