diff --git a/.github/workflows/doc_new.yml b/.github/workflows/doc_new.yml index 43cfcaf..d7b9858 100644 --- a/.github/workflows/doc_new.yml +++ b/.github/workflows/doc_new.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - name: Download sphinx documentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sphinx-docs path: ./build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 226a497..a57dfe0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -125,7 +125,7 @@ jobs: nox --version - name: Download coverage data - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data