Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Sep 4, 2024
1 parent 4beb118 commit 32a7a2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
NUMPY_VERSION: ${{ matrix.config.numpy-version }}

- name: Store wheel as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
submodules: true

- name: Download wheels from artifact storage
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
python-version: '3.10'

- name: Download wheels from artifact storage
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -372,7 +372,7 @@ jobs:
run: sphinx-build -b html docs dist-docs

- name: Store docs HTML as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: dist-docs
Expand All @@ -386,7 +386,7 @@ jobs:

steps:
- name: Download wheels from artifact storage
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -411,7 +411,7 @@ jobs:

steps:
- name: Download docs HTML from artifact storage
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: docs
path: dist-docs
Expand Down

0 comments on commit 32a7a2b

Please sign in to comment.