diff --git a/.github/workflows/deploy-report-page.yml b/.github/workflows/deploy-report-page.yml index c81b362f..4b769105 100644 --- a/.github/workflows/deploy-report-page.yml +++ b/.github/workflows/deploy-report-page.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - run: npm install working-directory: report - run: npm run build