Skip to content

Commit 4f9e006

Browse files
authored
Merge pull request #182 from melexis/f846dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f7e5e3a + 1120ece commit 4f9e006

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
@@ -42,7 +42,7 @@ jobs:
4242
run: pip install -e .
4343
- name: Upload HTML documentation
4444
if: matrix.python-version == '3.10'
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: html-doc
4848
path: docs/_build

0 commit comments

Comments
 (0)