diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 836cb9845..bf97876ab 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -45,7 +45,7 @@ jobs: const file = directory.files.find(d => d.path === 'pr_number'); const content = await file.buffer(); return content.toString(); - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: build-preview.yml