diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00ad9022..6e2439f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,7 +177,7 @@ jobs: - name: 🚀 Deploy html docs to 🕸️website if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: main folder: build/dokka @@ -187,7 +187,7 @@ jobs: - name: 🏖️ Deploy coverage report to website if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: main folder: build/reports