Skip to content

Commit

Permalink
Merge pull request #81 from melexis/fix-artifacts
Browse files Browse the repository at this point in the history
Fix CI job for releases
  • Loading branch information
Letme authored Sep 9, 2024
2 parents b36afde + 42d5a68 commit 6496f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: tox -e check
- name: Upload HTML documentation
if: matrix.python-version == 3.9
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-doc
path: example/_build/html
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download HTML documentation from job 'test'
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: html-doc
path: example/_build/html
Expand Down

0 comments on commit 6496f10

Please sign in to comment.