diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..4ae8a3b 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: |