diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 58bddc9..ada2640 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: docs path: artifacts @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs