From ff8edddde246ceac5d8d840caa34520dafcdba8e Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Wed, 4 Sep 2024 09:59:26 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7bebb4..02aaefe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: NUMPY_VERSION: ${{ matrix.config.numpy-version }} - name: Store wheels as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist @@ -219,7 +219,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 @@ -233,7 +233,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 @@ -247,7 +247,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 @@ -270,7 +270,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