diff --git a/README.md b/README.md index 0eca063..0cbc44a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this action in your workflow, add the following step to your `.github/wor ```yaml steps: - name: Upload file to SharePoint - uses: sjultra/Push2Sharepoint@v3 + uses: sjultra/Push2Sharepoint@v3.1 with: username: ${{ secrets.SHAREPOINT_USERNAME }} password: ${{ secrets.SHAREPOINT_PASSWORD }}