diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 08fa1efc..54b25bc9 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -79,7 +79,7 @@ jobs: name: static-web-app path: dist/ - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist/ # The folder the action should deploy.