diff --git a/.github/workflows/api-publish.yml b/.github/workflows/api-publish.yml index e9e5c68..3e02be2 100644 --- a/.github/workflows/api-publish.yml +++ b/.github/workflows/api-publish.yml @@ -37,5 +37,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action + uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action \ No newline at end of file