diff --git a/.github/test-report/action.yml b/.github/test-report/action.yml index d4b2243338..32c421934d 100644 --- a/.github/test-report/action.yml +++ b/.github/test-report/action.yml @@ -21,7 +21,7 @@ inputs: runs: using: composite steps: - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ inputs.report-name }} path: ${{ inputs.trx-path }}