diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..dc23274 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -223,7 +223,7 @@ jobs: with: python-version: ${{ matrix.py }} - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist @@ -254,7 +254,7 @@ jobs: - name: Set up Python ${{ matrix.py }} uses: actions/setup-python@v4 - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist @@ -280,7 +280,7 @@ jobs: - publish-package steps: - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs path: ./docs/html