diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b33445966..d7705ce4c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: # send report to forks only due to limits on permission tokens - name: Send report to commit if: github.repository != 'WebGoat/WebGoat' && github.event_name == 'push' - uses: joonvena/robotframework-reporter-action@v2.1 + uses: joonvena/robotframework-reporter-action@v2.5 with: gh_access_token: ${{ secrets.GITHUB_TOKEN }} report_path: 'robotreport'