Skip to content

Commit

Permalink
Upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Sep 9, 2024
1 parent b36afde commit 42d5a68
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 42d5a68

Please sign in to comment.