diff --git a/.github/workflows/deploy-ui.yaml b/.github/workflows/deploy-ui.yaml index 5c0a11a..0fb9acf 100644 --- a/.github/workflows/deploy-ui.yaml +++ b/.github/workflows/deploy-ui.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: site-artifacts path: ../build @@ -61,7 +61,7 @@ jobs: DEPLOY_TOKEN: ${{ secrets.CORD_19_DEPLOY }} steps: - name: Fetch artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: site-artifacts path: ../build