diff --git a/.github/workflows/windows-pr.yml b/.github/workflows/windows-pr.yml index bc4d67286..4b949229c 100644 --- a/.github/workflows/windows-pr.yml +++ b/.github/workflows/windows-pr.yml @@ -17,7 +17,7 @@ jobs: with: name: friction-ci-${{github.sha}}-windows-x64 path: build\output\*.7z - - uses: actions/comment@v1 + - uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.GITHUB_TOKEN }} body: "Windows build available: ${{ steps.upload-artifact.outputs.artifact_url }}"