diff --git a/.github/workflows/release-erlang.yml b/.github/workflows/release-erlang.yml index 282f418..8a01123 100644 --- a/.github/workflows/release-erlang.yml +++ b/.github/workflows/release-erlang.yml @@ -33,7 +33,7 @@ jobs: - name: Deploy erlang-client-apikeys 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/master folder: out/erlang-client-apikeys @@ -41,7 +41,7 @@ jobs: - name: Deploy erlang-server-apikeys 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/master folder: out/erlang-server-apikeys