diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..1c6d04c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -163,7 +163,7 @@ jobs: run: tox -e build -vvv - name: Store build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: | @@ -188,7 +188,7 @@ jobs: SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Store build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs path: | @@ -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