Skip to content

Commit d24f337

Browse files
authored
Merge pull request #2504 from AppDaemon/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents b944967 + 696cb71 commit d24f337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
working-directory: docs
5757
# Save the generated documentation as an artifact in Github
5858
- name: Upload documentation
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: python-doc-package
6262
path: docs/_build/
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build Python package
8888
run: python -m build
8989
- name: Upload Python package
90-
uses: actions/upload-artifact@v5
90+
uses: actions/upload-artifact@v6
9191
with:
9292
name: python-package
9393
path: dist/

0 commit comments

Comments
 (0)