Skip to content

Commit e01b7a1

Browse files
authored
Merge pull request #2559 from AppDaemon/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 7f14dd3 + b9bf65f commit e01b7a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
working-directory: docs
8080
# Save the generated documentation as an artifact in Github
8181
- name: Upload documentation
82-
uses: actions/upload-artifact@v6
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: python-doc-package
8585
path: docs/_build/

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build Python package
103103
run: uv build --wheel --refresh
104104
- name: Upload Python package
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: python-package
108108
path: dist/

0 commit comments

Comments
 (0)