Skip to content

Commit f7e5e3a

Browse files
authored
Merge pull request #181 from melexis/596fdependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents ea8fb93 + 76f0271 commit f7e5e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v5
5757
- name: Download HTML documentation from job 'test'
58-
uses: actions/download-artifact@v5
58+
uses: actions/download-artifact@v6
5959
with:
6060
name: html-doc
6161
path: docs/_build

0 commit comments

Comments
 (0)