diff --git a/.github/workflows/release-erlang-v2.yml b/.github/workflows/release-erlang-v2.yml index 940ed0771c..759f043724 100644 --- a/.github/workflows/release-erlang-v2.yml +++ b/.github/workflows/release-erlang-v2.yml @@ -52,7 +52,7 @@ jobs: - name: Deploy erlang-client artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: release/erlang/client/${{ steps.vars.outputs.release_suffix }} folder: out/erlang-client @@ -60,7 +60,7 @@ jobs: - name: Deploy erlang-server artifact to release branch if: ${{ github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: release/erlang/server/${{ steps.vars.outputs.release_suffix }} folder: out/erlang-server diff --git a/.github/workflows/release-v3.yml b/.github/workflows/release-v3.yml index f83bc151bf..e0efe61b2e 100644 --- a/.github/workflows/release-v3.yml +++ b/.github/workflows/release-v3.yml @@ -42,7 +42,7 @@ jobs: run: mkdir -p out && cp web_deploy/swagger.{yaml,json} package.json package-lock.json out/ - name: Deploy artifacts to release branch - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: release/v3 folder: out