diff --git a/action.yml b/action.yml index e54e279..8c16542 100644 --- a/action.yml +++ b/action.yml @@ -174,7 +174,7 @@ runs: - name: Upload artifact if: inputs.deploy-to == 'pages' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: _site # TODO: Get this from the config file in case it's customized