diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4c4b4516d3..fd10e86b35 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -35,7 +35,7 @@ jobs: - run: pnpm test:e2e - name: Cucumber Report to Annotations - uses: deblockt/cucumber-report-annotations-action@v1.16 + uses: deblockt/cucumber-report-annotations-action@v1.17 if: always() with: access-token: ${{ secrets.GITHUB_TOKEN }}