diff --git a/.github/workflows/pnl-ci-docs.yml b/.github/workflows/pnl-ci-docs.yml index 0bca607ab25..cc4d7a4350e 100644 --- a/.github/workflows/pnl-ci-docs.yml +++ b/.github/workflows/pnl-ci-docs.yml @@ -168,7 +168,7 @@ jobs: ref: gh-pages - name: Download branch docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-head-${{ matrix.os }}-${{ matrix.python-version }}-x64 path: _built_docs/${{ github.ref }} @@ -185,7 +185,7 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/devel' || github.ref == 'refs/heads/docs' - name: Download main docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-head-${{ matrix.os }}-${{ matrix.python-version }}-x64 # This overwrites files in current directory diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 45cacf39c88..52db3f8d92a 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -78,7 +78,7 @@ jobs: steps: - name: Download dist files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Python-dist-files path: dist/ @@ -141,7 +141,7 @@ jobs: steps: - name: Download dist files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Python-dist-files path: dist/ @@ -175,7 +175,7 @@ jobs: steps: - name: Download dist files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Python-dist-files path: dist/