Skip to content

Commit b749293

Browse files
authored
Merge pull request #2243 from AppDaemon/dependabot/github_actions/actions/download-artifact-4.3.0
Bump actions/download-artifact from 4.2.1 to 4.3.0
2 parents 133601c + c8c514a commit b749293

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@v4
113113
- name: Download Python package
114-
uses: actions/download-artifact@v4.2.1
114+
uses: actions/download-artifact@v4.3.0
115115
with:
116116
name: python-package
117117
path: dist/

0 commit comments

Comments
 (0)