Skip to content

Commit ee45962

Browse files
build(deps): update github actions
1 parent cf81629 commit ee45962

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
UV_PYTHON=3.10 make docs
3535
- name: Upload documentation
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: docs
3939
path: docs/_build/

.github/workflows/release-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python3 -m build
3333
twine check dist/*
3434
- name: Upload pypi packages artifact
35-
uses: actions/upload-artifact@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: pypi-packages
3838
path: dist/
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
name: pypi-packages
6464
- name: Release
65-
uses: softprops/action-gh-release@v2
65+
uses: softprops/action-gh-release@v3
6666
with:
6767
# Add wheel and source tarball
6868
files: |

0 commit comments

Comments
 (0)