Skip to content

Commit 0a7bca3

Browse files
authored
Merge pull request #2456 from AppDaemon/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 12de160 + c18acc2 commit 0a7bca3

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@v4
59+
uses: actions/upload-artifact@v5
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@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: python-package
9393
path: dist/

0 commit comments

Comments
 (0)