diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d0f4fb..5cf067b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -102,7 +102,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts @@ -135,7 +135,7 @@ jobs: run: composer update --no-progress --no-interaction - name: Download search artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_INDEXES }} @@ -195,12 +195,12 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs - name: Download robots artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: robots @@ -239,7 +239,7 @@ jobs: steps: - name: Download search artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_INDEXES_CLEARED }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c87ada..9d09ddb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts