diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3932378..e59eb12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: - name: Update commit status if: always() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3361cc3..ca9a983 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: source: 'docs/' destination: '_site' - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: '_site' - name: Deploy to GitHub Pages