diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 30bb9fd6199..b545e265e46 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -86,7 +86,7 @@ jobs: before.json after.json - - uses: actions/github-script@v5 + - uses: actions/github-script@v6 if: failure() && steps.compare.outcome == 'failure' with: github-token: ${{secrets.GITHUB_TOKEN}} |