diff --git a/.github/workflows/ingest.yml b/.github/workflows/ingest.yml index ec7914c..496921b 100644 --- a/.github/workflows/ingest.yml +++ b/.github/workflows/ingest.yml @@ -41,7 +41,7 @@ jobs: run: pnpm ingest - name: Notify on failure if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = `Ingest failed (${new Date().toISOString().slice(0, 10)})`;