diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index d40b7ab..decdbd5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Download artifact - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6 with: script: | const artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -52,7 +52,7 @@ jobs: wranglerVersion: "3" - name: "Comment on PR" - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |