Skip to content

Commit

Permalink
PMM-12921 node fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 24, 2024
1 parent a219902 commit 4efdfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ jobs:

- name: Generate and Attach the report
if: ${{ failure() && !!inputs.cli_test }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "report-${{ matrix.db-type }}"
path: ./pmm-ui-tests/cli/test-report

- name: Create status check
if: ${{ always() }}
uses: percona/gh-action-github-status-action@v1
uses: percona/gh-action-github-status-action@master
continue-on-error: true
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4efdfa9

Please sign in to comment.