diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7041571..b5d240e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -94,7 +94,7 @@ jobs: path: dist/ - name: Create Tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.createRef({ @@ -105,7 +105,7 @@ jobs: }) - name: Create Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: | diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index d2e5d49..0832306 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -55,7 +55,7 @@ jobs: # Upload to GitHub Pages - name: Upload artifact for Pages - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: examples/_build/html