Skip to content

Commit 12de160

Browse files
authored
Merge pull request #2455 from AppDaemon/dependabot/github_actions/actions/download-artifact-6.0.0
Bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents 7814dff + 5ac7176 commit 12de160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Checkout repository
112112
uses: actions/checkout@v5
113113
- name: Download Python package
114-
uses: actions/download-artifact@v5.0.0
114+
uses: actions/download-artifact@v6.0.0
115115
with:
116116
name: python-package
117117
path: dist/

0 commit comments

Comments
 (0)