diff --git a/.github/workflows/build_test_workflow.yml b/.github/workflows/build_test_workflow.yml index 2953e16f2..e18c76697 100644 --- a/.github/workflows/build_test_workflow.yml +++ b/.github/workflows/build_test_workflow.yml @@ -39,7 +39,7 @@ jobs: build/reports/tests build/test-results - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.1 if: always() with: BRANCH: gh-pages # The branch the action should deploy to.