diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 2e88b46..128bc42 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -119,7 +119,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}