Skip to content

Commit e16219b

Browse files
authored
Merge pull request #4 from DLR-KI/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents c5342d3 + 5d3591c commit e16219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install dependencies
159159
run: pip install -U -e ".[all]"
160160
- name: Download coverage report artifact
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: HTML coverage report
164164
path: build/htmlcov

0 commit comments

Comments
 (0)